2024-04-07T14:28:42.049 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-07T14:28:42.049 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212 --name teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi --owner scheduled_teuthology@teuthology --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_monitoring_stack_basic} -- /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/orig.config.yaml 2024-04-07T14:28:42.080 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T14:28:42.163 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212 branch: main description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7634212' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 7151 sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d sleep_before_teardown: 0 subset: 39/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d targets: smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDYT5fBjIBvvBKElFC9Y2EHiNvs6toDfQR/7iavr9p59iVa1GqKgUkhcseidWnhPuDHjBCeacPrC0VuUZK+uEZM= smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCy14fRVdYjpJnUGMKgvRE8D1XTxTVemoINsFo/x1pLEU4Vi2eFkehwNSO2BtoNv+5MFZcFHDAyKUZQboVV2RuI= smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIe3YQiD4Tuxg9jIUDTUN8hb10+9K1J87NPDllTqEMoN1dhe+8/a4IEwooybX0G4/8P4myzjy2NCPw49UsXavYg= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-04-01_20:08:13 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-07T14:28:42.164 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa; will attempt to use it 2024-04-07T14:28:42.164 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks 2024-04-07T14:28:42.164 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-07T14:28:42.166 INFO:teuthology.task.internal:Checking packages... 2024-04-07T14:28:42.194 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d' 2024-04-07T14:28:42.194 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-07T14:28:42.194 INFO:teuthology.packaging:ref: None 2024-04-07T14:28:42.194 INFO:teuthology.packaging:tag: None 2024-04-07T14:28:42.194 INFO:teuthology.packaging:branch: main 2024-04-07T14:28:42.194 INFO:teuthology.packaging:sha1: e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:28:42.195 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-04-07T14:28:42.581 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2778.ga971fd5f 2024-04-07T14:28:42.583 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-07T14:28:42.589 INFO:teuthology.task.internal:no buildpackages task found 2024-04-07T14:28:42.589 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-07T14:28:42.609 INFO:teuthology.task.internal:Saving configuration 2024-04-07T14:28:42.622 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-07T14:28:42.641 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T14:28:42.667 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 14:23:34.024289', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDYT5fBjIBvvBKElFC9Y2EHiNvs6toDfQR/7iavr9p59iVa1GqKgUkhcseidWnhPuDHjBCeacPrC0VuUZK+uEZM='} 2024-04-07T14:28:42.692 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 14:23:34.022789', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCy14fRVdYjpJnUGMKgvRE8D1XTxTVemoINsFo/x1pLEU4Vi2eFkehwNSO2BtoNv+5MFZcFHDAyKUZQboVV2RuI='} 2024-04-07T14:28:42.715 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 14:23:34.025590', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIe3YQiD4Tuxg9jIUDTUN8hb10+9K1J87NPDllTqEMoN1dhe+8/a4IEwooybX0G4/8P4myzjy2NCPw49UsXavYg='} 2024-04-07T14:28:42.715 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-07T14:28:42.721 INFO:teuthology.task.internal:roles: ubuntu@smithi053.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-07T14:28:42.721 INFO:teuthology.task.internal:roles: ubuntu@smithi136.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-07T14:28:42.721 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-07T14:28:42.721 INFO:teuthology.run_tasks:Running task console_log... 2024-04-07T14:28:42.828 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f56adc42e50>, signals=[15]) 2024-04-07T14:28:42.829 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-07T14:28:42.834 INFO:teuthology.task.internal:Opening connections... 2024-04-07T14:28:42.834 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-04-07T14:28:42.836 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:28:42.946 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2024-04-07T14:28:42.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:28:43.036 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2024-04-07T14:28:43.036 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:28:43.123 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-07T14:28:43.129 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-04-07T14:28:43.148 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-04-07T14:28:43.148 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-04-07T14:28:43.206 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="CentOS Stream" 2024-04-07T14:28:43.206 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="9" 2024-04-07T14:28:43.207 INFO:teuthology.orchestra.run.smithi053.stdout:ID="centos" 2024-04-07T14:28:43.207 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE="rhel fedora" 2024-04-07T14:28:43.207 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="9" 2024-04-07T14:28:43.207 INFO:teuthology.orchestra.run.smithi053.stdout:PLATFORM_ID="platform:el9" 2024-04-07T14:28:43.207 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-07T14:28:43.207 INFO:teuthology.orchestra.run.smithi053.stdout:ANSI_COLOR="0;31" 2024-04-07T14:28:43.207 INFO:teuthology.orchestra.run.smithi053.stdout:LOGO="fedora-logo-icon" 2024-04-07T14:28:43.207 INFO:teuthology.orchestra.run.smithi053.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-07T14:28:43.207 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://centos.org/" 2024-04-07T14:28:43.208 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-07T14:28:43.208 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-07T14:28:43.208 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-07T14:28:43.208 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-04-07T14:28:43.233 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2024-04-07T14:28:43.251 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2024-04-07T14:28:43.251 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2024-04-07T14:28:43.308 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="CentOS Stream" 2024-04-07T14:28:43.308 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="9" 2024-04-07T14:28:43.308 INFO:teuthology.orchestra.run.smithi136.stdout:ID="centos" 2024-04-07T14:28:43.308 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE="rhel fedora" 2024-04-07T14:28:43.308 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="9" 2024-04-07T14:28:43.308 INFO:teuthology.orchestra.run.smithi136.stdout:PLATFORM_ID="platform:el9" 2024-04-07T14:28:43.308 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-07T14:28:43.309 INFO:teuthology.orchestra.run.smithi136.stdout:ANSI_COLOR="0;31" 2024-04-07T14:28:43.309 INFO:teuthology.orchestra.run.smithi136.stdout:LOGO="fedora-logo-icon" 2024-04-07T14:28:43.309 INFO:teuthology.orchestra.run.smithi136.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-07T14:28:43.309 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://centos.org/" 2024-04-07T14:28:43.309 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-07T14:28:43.309 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-07T14:28:43.309 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-07T14:28:43.309 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2024-04-07T14:28:43.333 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2024-04-07T14:28:43.351 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2024-04-07T14:28:43.351 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2024-04-07T14:28:43.411 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="CentOS Stream" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="9" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:ID="centos" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE="rhel fedora" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="9" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:PLATFORM_ID="platform:el9" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:ANSI_COLOR="0;31" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:LOGO="fedora-logo-icon" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://centos.org/" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-07T14:28:43.412 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-07T14:28:43.413 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2024-04-07T14:28:43.433 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-07T14:28:43.442 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-07T14:28:43.453 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-07T14:28:43.453 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-04-07T14:28:43.456 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2024-04-07T14:28:43.458 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2024-04-07T14:28:43.474 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-07T14:28:43.480 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-07T14:28:43.480 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-04-07T14:28:43.514 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2024-04-07T14:28:43.516 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2024-04-07T14:28:43.600 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-07T14:28:43.676 INFO:teuthology.run_tasks:Running task kernel... 2024-04-07T14:28:43.690 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-07T14:28:43.690 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-07T14:28:43.690 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T14:28:43.691 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T14:28:43.691 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-07T14:28:43.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:28:43.708 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-04-07T14:28:43.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:28:43.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:28:43.709 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-04-07T14:28:43.710 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-04-07T14:28:43.767 INFO:teuthology.orchestra.run.smithi053.stdout:5.14.0-361.el9.x86_64 2024-04-07T14:28:43.768 INFO:teuthology.task.kernel:Running kernel on smithi053: 5.14.0-361.el9.x86_64 2024-04-07T14:28:43.768 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum install -y kernel 2024-04-07T14:28:43.769 INFO:teuthology.orchestra.run.smithi164.stdout:5.14.0-361.el9.x86_64 2024-04-07T14:28:43.769 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-361.el9.x86_64 2024-04-07T14:28:43.770 INFO:teuthology.task.kernel:Running kernel on smithi164: 5.14.0-361.el9.x86_64 2024-04-07T14:28:43.770 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum install -y kernel 2024-04-07T14:28:43.770 INFO:teuthology.task.kernel:Running kernel on smithi136: 5.14.0-361.el9.x86_64 2024-04-07T14:28:43.770 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum install -y kernel 2024-04-07T14:28:45.870 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - AppStream 16 MB/s | 8.1 MB 00:00 2024-04-07T14:28:46.008 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS-9 - AppStream 15 MB/s | 8.1 MB 00:00 2024-04-07T14:28:46.024 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - AppStream 17 MB/s | 8.1 MB 00:00 2024-04-07T14:28:47.645 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - BaseOS 5.5 MB/s | 2.5 MB 00:00 2024-04-07T14:28:47.692 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS-9 - BaseOS 8.7 MB/s | 2.5 MB 00:00 2024-04-07T14:28:47.751 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - BaseOS 6.2 MB/s | 2.5 MB 00:00 2024-04-07T14:28:48.828 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-07T14:28:49.649 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - BaseOS 5.7 MB/s | 8.0 MB 00:01 2024-04-07T14:28:50.720 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-07T14:28:51.533 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-04-07T14:28:52.690 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - BaseOS 1.8 MB/s | 8.0 MB 00:04 2024-04-07T14:28:54.508 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-04-07T14:28:54.746 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.1 MB 00:00 2024-04-07T14:28:55.758 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.1 MB 00:00 2024-04-07T14:28:57.088 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 16 kB 00:01 2024-04-07T14:28:57.209 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 16 kB 00:00 2024-04-07T14:28:59.263 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-07T14:28:59.592 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.1 MB 00:01 2024-04-07T14:28:59.734 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 8.3 MB/s | 21 MB 00:02 2024-04-07T14:29:01.268 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-07T14:29:02.580 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-07T14:29:04.310 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-07T14:29:04.731 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-04-07T14:29:06.415 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:29:06.415 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:29:06.415 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:29:06.415 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.415 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:29:06.415 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.415 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:29:06.415 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.415 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.416 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.417 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.418 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:29:06.419 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.420 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.421 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.422 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.423 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.833 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-07T14:29:06.834 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-07T14:29:06.864 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:29:06.865 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:29:06.866 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:29:06.867 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.868 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.869 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:29:06.870 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.871 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.872 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:29:06.873 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.873 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.873 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.873 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:29:06.945 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:29:06.951 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:29:06.951 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-04-07T14:29:06.951 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:29:06.951 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:29:06.951 INFO:teuthology.orchestra.run.smithi136.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-07T14:29:06.951 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout:Install 4 Packages 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 76 M 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 123 M 2024-04-07T14:29:06.952 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:29:07.213 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-07T14:29:07.213 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-07T14:29:07.311 INFO:teuthology.orchestra.run.smithi136.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 292 kB/s | 66 kB 00:00 2024-04-07T14:29:07.317 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:29:07.322 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:29:07.323 INFO:teuthology.orchestra.run.smithi164.stdout:Install 4 Packages 2024-04-07T14:29:07.323 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:29:07.323 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 76 M 2024-04-07T14:29:07.323 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 123 M 2024-04-07T14:29:07.323 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:29:07.724 INFO:teuthology.orchestra.run.smithi164.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 183 kB/s | 66 kB 00:00 2024-04-07T14:29:07.794 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-07T14:29:07.828 INFO:teuthology.orchestra.run.smithi136.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 20 MB/s | 15 MB 00:00 2024-04-07T14:29:08.216 INFO:teuthology.orchestra.run.smithi164.stdout:(2/4): kernel-core-5.14.0-432.el9.x86_64.rpm 17 MB/s | 15 MB 00:00 2024-04-07T14:29:08.453 INFO:teuthology.orchestra.run.smithi136.stdout:(3/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 24 MB/s | 33 MB 00:01 2024-04-07T14:29:08.957 INFO:teuthology.orchestra.run.smithi164.stdout:(3/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 21 MB/s | 33 MB 00:01 2024-04-07T14:29:09.332 INFO:teuthology.orchestra.run.smithi164.stdout:(4/4): kernel-modules-core-5.14.0-432.el9.x86_6 17 MB/s | 27 MB 00:01 2024-04-07T14:29:09.335 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:29:09.335 INFO:teuthology.orchestra.run.smithi164.stdout:Total 38 MB/s | 76 MB 00:02 2024-04-07T14:29:10.000 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:29:10.013 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:29:10.013 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:29:10.013 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:29:10.013 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.013 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:29:10.013 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.013 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:29:10.013 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.013 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:29:10.014 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.015 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:29:10.016 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.016 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:29:10.016 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.016 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:29:10.016 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.016 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:29:10.016 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.016 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:29:10.016 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.017 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:29:10.018 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.018 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:29:10.018 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.018 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:29:10.018 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.019 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.020 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.021 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.022 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:29:10.396 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:29:10.396 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:29:10.401 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-07T14:29:10.401 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-07T14:29:10.402 INFO:teuthology.orchestra.run.smithi136.stdout:(4/4): kernel-modules-core-5.14.0-432.el9.x86_6 8.9 MB/s | 27 MB 00:03 2024-04-07T14:29:10.406 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:29:10.407 INFO:teuthology.orchestra.run.smithi136.stdout:Total 22 MB/s | 76 MB 00:03 2024-04-07T14:29:10.516 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:29:10.523 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:29:10.523 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-04-07T14:29:10.523 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:29:10.523 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout: kernel x86_64 5.14.0-432.el9 baseos 66 k 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core x86_64 5.14.0-432.el9 baseos 15 M 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules x86_64 5.14.0-432.el9 baseos 33 M 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-core x86_64 5.14.0-432.el9 baseos 27 M 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout:Install 4 Packages 2024-04-07T14:29:10.524 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:29:10.525 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 76 M 2024-04-07T14:29:10.525 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 123 M 2024-04-07T14:29:10.525 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:29:11.075 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:29:11.392 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:29:11.392 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:29:11.395 INFO:teuthology.orchestra.run.smithi053.stdout:(1/4): kernel-5.14.0-432.el9.x86_64.rpm 88 kB/s | 66 kB 00:00 2024-04-07T14:29:11.458 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:29:11.458 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:29:12.485 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:29:12.485 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:29:13.848 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:29:14.498 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-07T14:29:14.590 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T14:29:14.927 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:29:15.536 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-07T14:29:15.622 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T14:29:17.338 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T14:29:17.469 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T14:29:18.391 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T14:29:18.526 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T14:29:22.231 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T14:29:22.327 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:23.262 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T14:29:23.378 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:27.050 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:27.079 INFO:teuthology.orchestra.run.smithi053.stdout:(2/4): kernel-modules-5.14.0-432.el9.x86_64.rpm 2.0 MB/s | 33 MB 00:16 2024-04-07T14:29:28.139 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:30.211 INFO:teuthology.orchestra.run.smithi053.stdout:(3/4): kernel-core-5.14.0-432.el9.x86_64.rpm 781 kB/s | 15 MB 00:19 2024-04-07T14:29:46.644 INFO:teuthology.orchestra.run.smithi053.stdout:(4/4): kernel-modules-core-5.14.0-432.el9.x86_6 799 kB/s | 27 MB 00:35 2024-04-07T14:29:46.644 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:29:46.645 INFO:teuthology.orchestra.run.smithi053.stdout:Total 2.1 MB/s | 76 MB 00:36 2024-04-07T14:29:47.334 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:29:47.787 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:29:47.788 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:29:48.836 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:29:48.837 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:29:51.446 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:29:52.077 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-core-5.14.0-432.el9.x86_64 1/4 2024-04-07T14:29:52.168 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T14:29:55.053 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T14:29:55.189 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T14:29:56.387 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:56.387 INFO:teuthology.orchestra.run.smithi164.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-07T14:29:56.387 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:29:56.431 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:56.832 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:56.832 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-04-07T14:29:56.832 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T14:29:56.832 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T14:29:57.309 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:57.309 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:29:57.309 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:29:57.309 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-5.14.0-432.el9.x86_64 2024-04-07T14:29:57.309 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-04-07T14:29:57.309 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-04-07T14:29:57.309 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-04-07T14:29:57.309 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:29:57.309 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:29:57.653 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:57.653 INFO:teuthology.orchestra.run.smithi136.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-07T14:29:57.653 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:29:57.655 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T14:29:57.698 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:57.752 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T14:29:57.752 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T14:29:57.752 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-04-07T14:29:57.752 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T14:29:57.752 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T14:29:57.753 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-07T14:29:57.753 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi164.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T14:29:57.753 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T14:29:57.834 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T14:29:57.834 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T14:29:57.834 DEBUG:teuthology.orchestra.run.smithi164:> sudo rpm -qi grub2-tools 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Name : grub2-tools 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Epoch : 1 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Version : 2.06 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Release : 68.el9 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: x86_64 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Group : Unspecified 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Size : 8264254 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:License : GPLv3+ 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-07T14:29:57.869 INFO:teuthology.orchestra.run.smithi164.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:Packager : builder@centos.org 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:Vendor : CentOS 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:Summary : Support tools for GRUB. 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:Description : 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:hardware devices. 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:29:57.870 INFO:teuthology.orchestra.run.smithi164.stdout:This subpackage provides tools for support of all platforms. 2024-04-07T14:29:57.871 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-07T14:29:57.871 INFO:teuthology.task.kernel:Updating grub on smithi164 to boot 5.14.0-432.el9.x86_64 2024-04-07T14:29:57.871 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-07T14:29:58.089 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:58.090 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-04-07T14:29:58.090 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T14:29:58.090 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T14:29:58.480 INFO:teuthology.orchestra.run.smithi164.stderr:Generating grub configuration file ... 2024-04-07T14:29:58.525 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:29:58.525 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:29:58.525 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:29:58.525 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-5.14.0-432.el9.x86_64 2024-04-07T14:29:58.525 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-04-07T14:29:58.525 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-04-07T14:29:58.526 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-04-07T14:29:58.526 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:29:58.526 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:29:58.868 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T14:29:58.963 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T14:29:58.964 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T14:29:58.964 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-04-07T14:29:58.964 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T14:29:58.964 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T14:29:58.964 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-07T14:29:58.964 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi136.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T14:29:58.964 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T14:29:59.044 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T14:29:59.044 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T14:29:59.044 DEBUG:teuthology.orchestra.run.smithi136:> sudo rpm -qi grub2-tools 2024-04-07T14:29:59.078 INFO:teuthology.orchestra.run.smithi136.stdout:Name : grub2-tools 2024-04-07T14:29:59.078 INFO:teuthology.orchestra.run.smithi136.stdout:Epoch : 1 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Version : 2.06 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Release : 68.el9 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: x86_64 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Group : Unspecified 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Size : 8264254 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:License : GPLv3+ 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Packager : builder@centos.org 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Vendor : CentOS 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-07T14:29:59.079 INFO:teuthology.orchestra.run.smithi136.stdout:Summary : Support tools for GRUB. 2024-04-07T14:29:59.080 INFO:teuthology.orchestra.run.smithi136.stdout:Description : 2024-04-07T14:29:59.080 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:29:59.080 INFO:teuthology.orchestra.run.smithi136.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-07T14:29:59.080 INFO:teuthology.orchestra.run.smithi136.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-07T14:29:59.080 INFO:teuthology.orchestra.run.smithi136.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-07T14:29:59.080 INFO:teuthology.orchestra.run.smithi136.stdout:hardware devices. 2024-04-07T14:29:59.080 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:29:59.080 INFO:teuthology.orchestra.run.smithi136.stdout:This subpackage provides tools for support of all platforms. 2024-04-07T14:29:59.081 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-07T14:29:59.081 INFO:teuthology.task.kernel:Updating grub on smithi136 to boot 5.14.0-432.el9.x86_64 2024-04-07T14:29:59.081 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-07T14:29:59.734 INFO:teuthology.orchestra.run.smithi136.stderr:Generating grub configuration file ... 2024-04-07T14:29:59.794 INFO:teuthology.orchestra.run.smithi164.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-07T14:29:59.826 INFO:teuthology.orchestra.run.smithi164.stderr:done 2024-04-07T14:29:59.828 DEBUG:teuthology.orchestra.run.smithi164:> mktemp 2024-04-07T14:29:59.843 INFO:teuthology.orchestra.run.smithi164.stdout:/tmp/tmp.YzQN8FOSb1 2024-04-07T14:29:59.844 DEBUG:teuthology.orchestra.run.smithi164:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.YzQN8FOSb1 2024-04-07T14:29:59.913 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0666 /tmp/tmp.YzQN8FOSb1 2024-04-07T14:30:00.049 DEBUG:teuthology.orchestra.remote:smithi164:/tmp/tmp.YzQN8FOSb1 is 6KB 2024-04-07T14:30:00.099 DEBUG:teuthology.orchestra.run.smithi164:> rm -fr /tmp/tmp.YzQN8FOSb1 2024-04-07T14:30:00.114 DEBUG:teuthology.orchestra.run.smithi164:> sudo /bin/ls /boot/loader/entries || true 2024-04-07T14:30:00.187 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-07T14:30:00.188 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-07T14:30:00.188 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-07T14:30:00.188 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-04-07T14:30:00.189 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-04-07T14:30:00.269 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T14:30:00.314 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:30:00.340 DEBUG:teuthology.orchestra.run.smithi164:> sudo shutdown -r now 2024-04-07T14:30:01.143 INFO:teuthology.orchestra.run.smithi136.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-07T14:30:01.176 INFO:teuthology.orchestra.run.smithi136.stderr:done 2024-04-07T14:30:01.184 DEBUG:teuthology.orchestra.run.smithi136:> mktemp 2024-04-07T14:30:01.201 INFO:teuthology.orchestra.run.smithi136.stdout:/tmp/tmp.8cUi80ClCD 2024-04-07T14:30:01.201 DEBUG:teuthology.orchestra.run.smithi136:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.8cUi80ClCD 2024-04-07T14:30:01.270 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0666 /tmp/tmp.8cUi80ClCD 2024-04-07T14:30:01.409 DEBUG:teuthology.orchestra.remote:smithi136:/tmp/tmp.8cUi80ClCD is 6KB 2024-04-07T14:30:01.458 DEBUG:teuthology.orchestra.run.smithi136:> rm -fr /tmp/tmp.8cUi80ClCD 2024-04-07T14:30:01.472 DEBUG:teuthology.orchestra.run.smithi136:> sudo /bin/ls /boot/loader/entries || true 2024-04-07T14:30:01.537 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-07T14:30:01.537 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-07T14:30:01.537 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-07T14:30:01.537 INFO:teuthology.orchestra.run.smithi136.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-04-07T14:30:01.538 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-04-07T14:30:01.673 DEBUG:teuthology.orchestra.run.smithi136:> sudo shutdown -r now 2024-04-07T14:30:05.409 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:30:30.343 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-07T14:30:30.344 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-07T14:30:30.345 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:30:31.676 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-07T14:30:31.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T14:30:31.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:30:36.151 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:30:36.151 INFO:teuthology.orchestra.run.smithi053.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-07T14:30:36.151 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:30:36.197 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:30:36.539 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:30:36.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-5.14.0-432.el9.x86_64 1/4 2024-04-07T14:30:36.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-core-5.14.0-432.el9.x86_64 2/4 2024-04-07T14:30:36.539 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-5.14.0-432.el9.x86_64 3/4 2024-04-07T14:30:36.983 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-core-5.14.0-432.el9.x86_64 4/4 2024-04-07T14:30:36.983 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:30:36.983 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:30:36.984 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-5.14.0-432.el9.x86_64 2024-04-07T14:30:36.984 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core-5.14.0-432.el9.x86_64 2024-04-07T14:30:36.984 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-5.14.0-432.el9.x86_64 2024-04-07T14:30:36.984 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-core-5.14.0-432.el9.x86_64 2024-04-07T14:30:36.984 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:30:36.984 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:30:37.320 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T14:30:37.419 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T14:30:37.419 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T14:30:37.419 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-432.el9.x86_64 2024-04-07T14:30:37.420 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-07T14:30:37.420 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-07T14:30:37.420 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-07T14:30:37.420 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2024-04-07T14:30:37.420 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-04-07T14:30:37.502 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-432.el9.x86_64 2024-04-07T14:30:37.503 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-432.el9.x86_64 2024-04-07T14:30:37.503 DEBUG:teuthology.orchestra.run.smithi053:> sudo rpm -qi grub2-tools 2024-04-07T14:30:37.540 INFO:teuthology.orchestra.run.smithi053.stdout:Name : grub2-tools 2024-04-07T14:30:37.541 INFO:teuthology.orchestra.run.smithi053.stdout:Epoch : 1 2024-04-07T14:30:37.541 INFO:teuthology.orchestra.run.smithi053.stdout:Version : 2.06 2024-04-07T14:30:37.541 INFO:teuthology.orchestra.run.smithi053.stdout:Release : 68.el9 2024-04-07T14:30:37.541 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: x86_64 2024-04-07T14:30:37.541 INFO:teuthology.orchestra.run.smithi053.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-07T14:30:37.541 INFO:teuthology.orchestra.run.smithi053.stdout:Group : Unspecified 2024-04-07T14:30:37.541 INFO:teuthology.orchestra.run.smithi053.stdout:Size : 8264254 2024-04-07T14:30:37.542 INFO:teuthology.orchestra.run.smithi053.stdout:License : GPLv3+ 2024-04-07T14:30:37.542 INFO:teuthology.orchestra.run.smithi053.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-07T14:30:37.542 INFO:teuthology.orchestra.run.smithi053.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-07T14:30:37.542 INFO:teuthology.orchestra.run.smithi053.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-07T14:30:37.542 INFO:teuthology.orchestra.run.smithi053.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-07T14:30:37.542 INFO:teuthology.orchestra.run.smithi053.stdout:Packager : builder@centos.org 2024-04-07T14:30:37.542 INFO:teuthology.orchestra.run.smithi053.stdout:Vendor : CentOS 2024-04-07T14:30:37.543 INFO:teuthology.orchestra.run.smithi053.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-07T14:30:37.543 INFO:teuthology.orchestra.run.smithi053.stdout:Summary : Support tools for GRUB. 2024-04-07T14:30:37.543 INFO:teuthology.orchestra.run.smithi053.stdout:Description : 2024-04-07T14:30:37.543 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:30:37.543 INFO:teuthology.orchestra.run.smithi053.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-07T14:30:37.543 INFO:teuthology.orchestra.run.smithi053.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-07T14:30:37.543 INFO:teuthology.orchestra.run.smithi053.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-07T14:30:37.543 INFO:teuthology.orchestra.run.smithi053.stdout:hardware devices. 2024-04-07T14:30:37.543 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:30:37.544 INFO:teuthology.orchestra.run.smithi053.stdout:This subpackage provides tools for support of all platforms. 2024-04-07T14:30:37.545 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-07T14:30:37.545 INFO:teuthology.task.kernel:Updating grub on smithi053 to boot 5.14.0-432.el9.x86_64 2024-04-07T14:30:37.545 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-07T14:30:38.096 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2024-04-07T14:30:39.506 INFO:teuthology.orchestra.run.smithi053.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-07T14:30:39.532 INFO:teuthology.orchestra.run.smithi053.stderr:done 2024-04-07T14:30:39.534 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2024-04-07T14:30:39.549 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.SE5BjwGf6l 2024-04-07T14:30:39.550 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SE5BjwGf6l 2024-04-07T14:30:39.624 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.SE5BjwGf6l 2024-04-07T14:30:39.782 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.SE5BjwGf6l is 6KB 2024-04-07T14:30:39.831 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.SE5BjwGf6l 2024-04-07T14:30:39.845 DEBUG:teuthology.orchestra.run.smithi053:> sudo /bin/ls /boot/loader/entries || true 2024-04-07T14:30:39.923 INFO:teuthology.orchestra.run.smithi053.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-07T14:30:39.924 INFO:teuthology.orchestra.run.smithi053.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-07T14:30:39.924 INFO:teuthology.orchestra.run.smithi053.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-07T14:30:39.924 INFO:teuthology.orchestra.run.smithi053.stdout:15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64.conf 2024-04-07T14:30:39.926 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-432.el9.x86_64 2024-04-07T14:30:40.086 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2024-04-07T14:31:04.994 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-04-07T14:31:06.270 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-04-07T14:31:10.094 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-07T14:31:10.094 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-07T14:31:10.095 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:31:13.999 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-07T14:31:14.000 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:31:15.272 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T14:31:15.273 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:31:32.383 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-04-07T14:31:33.662 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.136 2024-04-07T14:31:44.394 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-07T14:31:44.395 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:31:44.869 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-04-07T14:31:45.392 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-07T14:31:45.392 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-432.el9.x86_64"... 2024-04-07T14:31:45.392 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-04-07T14:31:45.406 INFO:teuthology.orchestra.run.smithi164.stdout:5.14.0-432.el9.x86_64 2024-04-07T14:31:45.406 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-04-07T14:31:45.406 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T14:31:45.406 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-07T14:31:45.663 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T14:31:45.664 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:31:45.958 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-04-07T14:31:46.399 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T14:31:46.399 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-432.el9.x86_64"... 2024-04-07T14:31:46.399 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-04-07T14:31:46.407 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-07T14:31:46.407 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T14:31:46.413 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-432.el9.x86_64 2024-04-07T14:31:46.413 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-04-07T14:31:46.413 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T14:31:46.413 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-07T14:31:46.519 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2024-04-07T14:31:46.563 DEBUG:teuthology.parallel:result is None 2024-04-07T14:31:47.413 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-07T14:31:47.414 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T14:31:47.487 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2024-04-07T14:31:47.512 DEBUG:teuthology.parallel:result is None 2024-04-07T14:32:10.097 DEBUG:teuthology.orchestra.remote:timed out 2024-04-07T14:32:19.098 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-07T14:32:19.099 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:32:19.365 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-04-07T14:32:19.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-07T14:32:19.755 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-432.el9.x86_64"... 2024-04-07T14:32:19.755 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-04-07T14:32:19.770 INFO:teuthology.orchestra.run.smithi053.stdout:5.14.0-432.el9.x86_64 2024-04-07T14:32:19.771 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-432.el9.x86_64 vs 5.14.0-432.el9.x86_64 2024-04-07T14:32:19.771 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-07T14:32:19.771 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-07T14:32:20.772 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-07T14:32:20.772 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-07T14:32:20.843 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-04-07T14:32:20.877 DEBUG:teuthology.parallel:result is None 2024-04-07T14:32:20.878 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-07T14:32:20.885 INFO:teuthology.task.internal:Creating test directory... 2024-04-07T14:32:20.885 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T14:32:20.887 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T14:32:20.890 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-07T14:32:20.909 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-07T14:32:20.915 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-07T14:32:20.922 INFO:teuthology.task.internal:Creating archive directory... 2024-04-07T14:32:20.923 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T14:32:20.944 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T14:32:20.949 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-07T14:32:21.038 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-07T14:32:21.045 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-07T14:32:21.045 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:32:21.048 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-07T14:32:21.050 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:32:21.080 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T14:32:21.082 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T14:32:21.094 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T14:32:21.096 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T14:32:21.097 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T14:32:21.110 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-07T14:32:21.112 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-07T14:32:21.120 INFO:teuthology.task.internal:Configuring sudo... 2024-04-07T14:32:21.120 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T14:32:21.141 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T14:32:21.143 DEBUG:teuthology.orchestra.run.smithi164:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-07T14:32:21.174 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-07T14:32:21.183 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-07T14:32:21.184 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T14:32:21.211 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T14:32:21.213 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-07T14:32:21.230 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T14:32:21.308 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T14:32:21.361 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T14:32:21.442 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T14:32:21.488 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-07T14:32:21.488 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T14:32:21.556 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T14:32:21.600 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T14:32:21.658 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T14:32:21.744 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T14:32:21.785 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T14:32:21.785 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T14:32:21.853 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T14:32:21.896 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-07T14:32:21.960 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T14:32:22.003 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-07T14:32:22.048 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-07T14:32:22.048 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-07T14:32:22.118 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-04-07T14:32:22.121 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2024-04-07T14:32:22.123 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2024-04-07T14:32:22.166 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T14:32:22.180 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T14:32:22.212 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T14:32:22.682 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-07T14:32:22.690 INFO:teuthology.task.internal:Starting timer... 2024-04-07T14:32:22.690 INFO:teuthology.run_tasks:Running task pcp... 2024-04-07T14:32:22.700 INFO:teuthology.run_tasks:Running task selinux... 2024-04-07T14:32:22.713 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-07T14:32:22.713 DEBUG:teuthology.orchestra.run.smithi053:> sudo service auditd rotate 2024-04-07T14:32:22.770 INFO:teuthology.orchestra.run.smithi053.stdout:Rotating logs: 2024-04-07T14:32:22.772 DEBUG:teuthology.orchestra.run.smithi136:> sudo service auditd rotate 2024-04-07T14:32:22.832 INFO:teuthology.orchestra.run.smithi136.stdout:Rotating logs: 2024-04-07T14:32:22.834 DEBUG:teuthology.orchestra.run.smithi164:> sudo service auditd rotate 2024-04-07T14:32:22.901 INFO:teuthology.orchestra.run.smithi164.stdout:Rotating logs: 2024-04-07T14:32:22.902 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-07T14:32:22.903 DEBUG:teuthology.orchestra.run.smithi053:> /usr/sbin/getenforce 2024-04-07T14:32:22.927 INFO:teuthology.orchestra.run.smithi053.stdout:Permissive 2024-04-07T14:32:22.927 DEBUG:teuthology.orchestra.run.smithi136:> /usr/sbin/getenforce 2024-04-07T14:32:22.948 INFO:teuthology.orchestra.run.smithi136.stdout:Permissive 2024-04-07T14:32:22.948 DEBUG:teuthology.orchestra.run.smithi164:> /usr/sbin/getenforce 2024-04-07T14:32:22.969 INFO:teuthology.orchestra.run.smithi164.stdout:Permissive 2024-04-07T14:32:22.969 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi053.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi136.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi164.front.sepia.ceph.com': 'permissive'} 2024-04-07T14:32:22.969 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:32:22.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:32:22.998 DEBUG:teuthology.orchestra.run.smithi136:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-07T14:32:23.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:32:23.028 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:32:23.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:32:23.057 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-07T14:32:23.057 DEBUG:teuthology.orchestra.run.smithi053:> sudo /usr/sbin/setenforce permissive 2024-04-07T14:32:23.087 DEBUG:teuthology.orchestra.run.smithi136:> sudo /usr/sbin/setenforce permissive 2024-04-07T14:32:23.125 DEBUG:teuthology.orchestra.run.smithi164:> sudo /usr/sbin/setenforce permissive 2024-04-07T14:32:23.163 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-07T14:32:23.174 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-07T14:32:23.179 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-07T14:32:23.330 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-07T14:32:23.346 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-07T14:32:23.347 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi053.front.sepia.ceph.com,smithi136.front.sepia.ceph.com,smithi164.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-07T14:37:11.828 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi136.front.sepia.ceph.com'), Remote(name='ubuntu@smithi164.front.sepia.ceph.com')] 2024-04-07T14:37:11.830 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-07T14:37:11.832 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:37:11.927 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-04-07T14:37:12.004 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-04-07T14:37:12.004 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T14:37:12.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:37:12.096 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-04-07T14:37:12.179 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-04-07T14:37:12.180 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-07T14:37:12.180 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-07T14:37:12.265 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-04-07T14:37:12.344 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-07T14:37:12.345 INFO:teuthology.run_tasks:Running task clock... 2024-04-07T14:37:12.359 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-07T14:37:12.359 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T14:37:12.360 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:37:12.362 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T14:37:12.362 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T14:37:12.364 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-07T14:37:12.365 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:37:12.395 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-07T14:37:12.397 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-07T14:37:12.413 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-07T14:37:12.415 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-07T14:37:12.416 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-07T14:37:12.432 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-07T14:37:12.444 INFO:teuthology.orchestra.run.smithi053.stderr:sudo: ntpd: command not found 2024-04-07T14:37:12.447 INFO:teuthology.orchestra.run.smithi136.stderr:sudo: ntpd: command not found 2024-04-07T14:37:12.459 INFO:teuthology.orchestra.run.smithi053.stdout:506 Cannot talk to daemon 2024-04-07T14:37:12.461 INFO:teuthology.orchestra.run.smithi164.stderr:sudo: ntpd: command not found 2024-04-07T14:37:12.461 INFO:teuthology.orchestra.run.smithi136.stdout:506 Cannot talk to daemon 2024-04-07T14:37:12.475 INFO:teuthology.orchestra.run.smithi164.stdout:506 Cannot talk to daemon 2024-04-07T14:37:12.476 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-07T14:37:12.479 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-07T14:37:12.491 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-07T14:37:12.492 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-07T14:37:12.495 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-07T14:37:12.507 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-07T14:37:12.551 INFO:teuthology.orchestra.run.smithi053.stderr:bash: line 1: ntpq: command not found 2024-04-07T14:37:12.551 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-04-07T14:37:12.555 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T14:37:12.555 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-04-07T14:37:12.555 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.555 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.555 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.555 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.556 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T14:37:12.556 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-04-07T14:37:12.556 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.556 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.556 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.556 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.557 INFO:teuthology.orchestra.run.smithi164.stderr:bash: line 1: ntpq: command not found 2024-04-07T14:37:12.562 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T14:37:12.562 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-04-07T14:37:12.562 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.562 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.562 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.562 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:37:12.563 INFO:teuthology.run_tasks:Running task install... 2024-04-07T14:37:12.577 DEBUG:teuthology.task.install:project ceph 2024-04-07T14:37:12.577 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d'}} 2024-04-07T14:37:12.577 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d'} 2024-04-07T14:37:12.577 INFO:teuthology.task.install:Using flavor: default 2024-04-07T14:37:12.583 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-07T14:37:12.583 INFO:teuthology.task.install:extra packages: [] 2024-04-07T14:37:12.584 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', 'tag': None, 'wait_for_package': False} 2024-04-07T14:37:12.584 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:37:12.586 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', 'tag': None, 'wait_for_package': False} 2024-04-07T14:37:12.587 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:37:12.587 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', 'tag': None, 'wait_for_package': False} 2024-04-07T14:37:12.588 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:37:12.733 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/ 2024-04-07T14:37:12.733 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2578.ge5c885fe 2024-04-07T14:37:12.749 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/ 2024-04-07T14:37:12.749 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2578.ge5c885fe 2024-04-07T14:37:12.808 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/ 2024-04-07T14:37:12.808 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2578.ge5c885fe 2024-04-07T14:37:12.846 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-07T14:37:12.846 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-07T14:37:12.846 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-07T14:37:12.876 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-07T14:37:12.876 DEBUG:teuthology.orchestra.run.smithi053:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-07T14:37:12.915 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-07T14:37:12.915 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-07T14:37:12.915 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-07T14:37:12.917 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-07T14:37:12.917 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T14:37:12.917 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-07T14:37:12.945 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-07T14:37:12.945 DEBUG:teuthology.orchestra.run.smithi136:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-07T14:37:12.946 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-07T14:37:12.946 DEBUG:teuthology.orchestra.run.smithi164:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-07T14:37:12.947 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:37:13.013 DEBUG:teuthology.orchestra.run.smithi136:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-07T14:37:13.015 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:37:13.031 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:37:13.093 DEBUG:teuthology.orchestra.run.smithi136:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-07T14:37:13.095 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:37:13.098 INFO:teuthology.orchestra.run.smithi053.stdout:check_obsoletes = 1 2024-04-07T14:37:13.100 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum clean all 2024-04-07T14:37:13.158 INFO:teuthology.orchestra.run.smithi136.stdout:check_obsoletes = 1 2024-04-07T14:37:13.160 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum clean all 2024-04-07T14:37:13.161 INFO:teuthology.orchestra.run.smithi164.stdout:check_obsoletes = 1 2024-04-07T14:37:13.162 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum clean all 2024-04-07T14:37:13.355 INFO:teuthology.orchestra.run.smithi053.stdout:74 files removed 2024-04-07T14:37:13.383 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-radosgw 2024-04-07T14:37:13.411 INFO:teuthology.orchestra.run.smithi136.stdout:74 files removed 2024-04-07T14:37:13.412 INFO:teuthology.orchestra.run.smithi164.stdout:74 files removed 2024-04-07T14:37:13.437 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-radosgw 2024-04-07T14:37:13.439 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-radosgw 2024-04-07T14:37:14.011 INFO:teuthology.orchestra.run.smithi053.stdout:ceph packages for x86_64 257 kB/s | 83 kB 00:00 2024-04-07T14:37:14.089 INFO:teuthology.orchestra.run.smithi164.stdout:ceph packages for x86_64 239 kB/s | 83 kB 00:00 2024-04-07T14:37:14.145 INFO:teuthology.orchestra.run.smithi136.stdout:ceph packages for x86_64 203 kB/s | 83 kB 00:00 2024-04-07T14:37:14.353 INFO:teuthology.orchestra.run.smithi053.stdout:ceph noarch packages 40 kB/s | 11 kB 00:00 2024-04-07T14:37:14.514 INFO:teuthology.orchestra.run.smithi164.stdout:ceph noarch packages 31 kB/s | 11 kB 00:00 2024-04-07T14:37:14.570 INFO:teuthology.orchestra.run.smithi136.stdout:ceph noarch packages 31 kB/s | 11 kB 00:00 2024-04-07T14:37:14.729 INFO:teuthology.orchestra.run.smithi053.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-04-07T14:37:14.948 INFO:teuthology.orchestra.run.smithi164.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-04-07T14:37:14.987 INFO:teuthology.orchestra.run.smithi136.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-04-07T14:37:15.189 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS-9 - AppStream 19 MB/s | 8.1 MB 00:00 2024-04-07T14:37:15.400 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - AppStream 20 MB/s | 8.1 MB 00:00 2024-04-07T14:37:15.465 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - AppStream 18 MB/s | 8.1 MB 00:00 2024-04-07T14:37:16.968 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS-9 - BaseOS 6.1 MB/s | 2.5 MB 00:00 2024-04-07T14:37:17.026 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - BaseOS 8.8 MB/s | 2.5 MB 00:00 2024-04-07T14:37:17.099 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS-9 - BaseOS 8.0 MB/s | 2.5 MB 00:00 2024-04-07T14:37:18.197 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-07T14:37:18.205 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-07T14:37:18.741 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - BaseOS 6.4 MB/s | 8.0 MB 00:01 2024-04-07T14:37:19.965 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-04-07T14:37:20.415 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-04-07T14:37:20.784 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:00 2024-04-07T14:37:24.191 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.1 MB 00:00 2024-04-07T14:37:24.902 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.1 MB 00:00 2024-04-07T14:37:25.725 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - Extras packages 82 kB/s | 16 kB 00:00 2024-04-07T14:37:25.967 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.1 MB 00:01 2024-04-07T14:37:26.677 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-07T14:37:27.618 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-04-07T14:37:28.129 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-07T14:37:29.809 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 5.3 MB/s | 21 MB 00:03 2024-04-07T14:37:33.229 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-07T14:37:34.858 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-07T14:37:35.643 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:37:35.643 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:37:35.643 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:37:35.643 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.643 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:37:35.643 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.643 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:37:35.643 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.643 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:37:35.644 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:37:35.645 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.646 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:37:35.647 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:37:35.648 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.649 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.650 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:37:35.651 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.652 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.652 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:37:35.652 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:37:36.170 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-radosgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 9.8 M 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout:Upgrading: 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout: librados2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.4 M 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout: librbd1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:37:36.182 INFO:teuthology.orchestra.run.smithi164.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.4 M 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 21 M 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-selinux x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 25 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 746 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: libradosstriper1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 500 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: librgw2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.1 M 2024-04-07T14:37:36.183 INFO:teuthology.orchestra.run.smithi164.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 45 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 134 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cephfs x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 161 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rados x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 320 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 299 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 99 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout:Installing weak dependencies: 2024-04-07T14:37:36.184 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-07T14:37:36.185 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:37:36.185 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:37:36.185 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:37:36.185 INFO:teuthology.orchestra.run.smithi164.stdout:Install 30 Packages 2024-04-07T14:37:36.185 INFO:teuthology.orchestra.run.smithi164.stdout:Upgrade 2 Packages 2024-04-07T14:37:36.185 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:37:36.185 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 59 M 2024-04-07T14:37:36.186 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:37:37.079 INFO:teuthology.orchestra.run.smithi164.stdout:(1/32): ceph-base-19.0.0-2578.ge5c885fe.el9.x86 8.5 MB/s | 5.4 MB 00:00 2024-04-07T14:37:37.130 INFO:teuthology.orchestra.run.smithi164.stdout:(2/32): ceph-selinux-19.0.0-2578.ge5c885fe.el9. 504 kB/s | 25 kB 00:00 2024-04-07T14:37:37.222 INFO:teuthology.orchestra.run.smithi164.stdout:(3/32): libcephfs2-19.0.0-2578.ge5c885fe.el9.x8 8.0 MB/s | 746 kB 00:00 2024-04-07T14:37:37.286 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.287 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:37:37.288 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.289 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:37:37.290 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:37:37.291 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:37:37.292 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.293 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:37:37.294 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.295 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:37:37.305 INFO:teuthology.orchestra.run.smithi164.stdout:(4/32): libradosstriper1-19.0.0-2578.ge5c885fe. 5.9 MB/s | 500 kB 00:00 2024-04-07T14:37:37.797 INFO:teuthology.orchestra.run.smithi164.stdout:(5/32): librgw2-19.0.0-2578.ge5c885fe.el9.x86_6 10 MB/s | 5.1 MB 00:00 2024-04-07T14:37:37.800 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:37:37.812 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:37:37.812 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:37:37.812 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:37:37.812 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:37:37.812 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-radosgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 9.8 M 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout:Upgrading: 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: librados2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.4 M 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: librbd1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.4 M 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 21 M 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-selinux x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 25 k 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 746 k 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-07T14:37:37.813 INFO:teuthology.orchestra.run.smithi136.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: libradosstriper1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 500 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: librgw2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.1 M 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 45 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 134 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cephfs x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 161 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rados x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 320 k 2024-04-07T14:37:37.814 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 299 k 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 99 k 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout:Installing weak dependencies: 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout:Install 30 Packages 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout:Upgrade 2 Packages 2024-04-07T14:37:37.815 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:37:37.816 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 59 M 2024-04-07T14:37:37.816 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:37:37.847 INFO:teuthology.orchestra.run.smithi164.stdout:(6/32): python3-ceph-argparse-19.0.0-2578.ge5c8 901 kB/s | 45 kB 00:00 2024-04-07T14:37:38.048 INFO:teuthology.orchestra.run.smithi164.stdout:(7/32): ceph-common-19.0.0-2578.ge5c885fe.el9.x 13 MB/s | 21 MB 00:01 2024-04-07T14:37:38.073 INFO:teuthology.orchestra.run.smithi164.stdout:(8/32): python3-ceph-common-19.0.0-2578.ge5c885 597 kB/s | 134 kB 00:00 2024-04-07T14:37:38.098 INFO:teuthology.orchestra.run.smithi164.stdout:(9/32): python3-cephfs-19.0.0-2578.ge5c885fe.el 3.2 MB/s | 161 kB 00:00 2024-04-07T14:37:38.124 INFO:teuthology.orchestra.run.smithi164.stdout:(10/32): python3-rados-19.0.0-2578.ge5c885fe.el 6.2 MB/s | 320 kB 00:00 2024-04-07T14:37:38.149 INFO:teuthology.orchestra.run.smithi164.stdout:(11/32): python3-rbd-19.0.0-2578.ge5c885fe.el9. 5.8 MB/s | 299 kB 00:00 2024-04-07T14:37:38.174 INFO:teuthology.orchestra.run.smithi164.stdout:(12/32): python3-rgw-19.0.0-2578.ge5c885fe.el9. 1.9 MB/s | 99 kB 00:00 2024-04-07T14:37:38.324 INFO:teuthology.orchestra.run.smithi164.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 610 kB/s | 107 kB 00:00 2024-04-07T14:37:38.350 INFO:teuthology.orchestra.run.smithi164.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 913 kB/s | 160 kB 00:00 2024-04-07T14:37:38.375 INFO:teuthology.orchestra.run.smithi164.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 900 kB/s | 45 kB 00:00 2024-04-07T14:37:38.475 INFO:teuthology.orchestra.run.smithi164.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.2 MB/s | 662 kB 00:00 2024-04-07T14:37:38.500 INFO:teuthology.orchestra.run.smithi164.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-04-07T14:37:38.526 INFO:teuthology.orchestra.run.smithi164.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 838 kB/s | 42 kB 00:00 2024-04-07T14:37:38.584 INFO:teuthology.orchestra.run.smithi164.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-04-07T14:37:38.610 INFO:teuthology.orchestra.run.smithi164.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 430 kB/s | 36 kB 00:00 2024-04-07T14:37:38.652 INFO:teuthology.orchestra.run.smithi164.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 707 kB/s | 47 kB 00:00 2024-04-07T14:37:38.825 INFO:teuthology.orchestra.run.smithi136.stdout:(1/32): ceph-radosgw-19.0.0-2578.ge5c885fe.el9. 13 MB/s | 9.8 MB 00:00 2024-04-07T14:37:38.867 INFO:teuthology.orchestra.run.smithi136.stdout:(2/32): ceph-selinux-19.0.0-2578.ge5c885fe.el9. 605 kB/s | 25 kB 00:00 2024-04-07T14:37:38.885 INFO:teuthology.orchestra.run.smithi164.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-07T14:37:38.934 INFO:teuthology.orchestra.run.smithi136.stdout:(3/32): libcephfs2-19.0.0-2578.ge5c885fe.el9.x8 11 MB/s | 746 kB 00:00 2024-04-07T14:37:38.944 INFO:teuthology.orchestra.run.smithi164.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 446 kB/s | 26 kB 00:00 2024-04-07T14:37:38.984 INFO:teuthology.orchestra.run.smithi136.stdout:(4/32): libradosstriper1-19.0.0-2578.ge5c885fe. 9.8 MB/s | 500 kB 00:00 2024-04-07T14:37:38.994 INFO:teuthology.orchestra.run.smithi164.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 983 kB/s | 49 kB 00:00 2024-04-07T14:37:39.061 INFO:teuthology.orchestra.run.smithi164.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-07T14:37:39.195 INFO:teuthology.orchestra.run.smithi164.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.6 MB/s | 4.4 MB 00:00 2024-04-07T14:37:39.245 INFO:teuthology.orchestra.run.smithi164.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.5 MB/s | 838 kB 00:00 2024-04-07T14:37:39.285 INFO:teuthology.orchestra.run.smithi136.stdout:(5/32): librgw2-19.0.0-2578.ge5c885fe.el9.x86_6 17 MB/s | 5.1 MB 00:00 2024-04-07T14:37:39.312 INFO:teuthology.orchestra.run.smithi164.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-04-07T14:37:39.327 INFO:teuthology.orchestra.run.smithi136.stdout:(6/32): python3-ceph-argparse-19.0.0-2578.ge5c8 1.1 MB/s | 45 kB 00:00 2024-04-07T14:37:39.369 INFO:teuthology.orchestra.run.smithi136.stdout:(7/32): python3-ceph-common-19.0.0-2578.ge5c885 3.1 MB/s | 134 kB 00:00 2024-04-07T14:37:39.419 INFO:teuthology.orchestra.run.smithi136.stdout:(8/32): python3-cephfs-19.0.0-2578.ge5c885fe.el 3.2 MB/s | 161 kB 00:00 2024-04-07T14:37:39.494 INFO:teuthology.orchestra.run.smithi136.stdout:(9/32): python3-rados-19.0.0-2578.ge5c885fe.el9 4.2 MB/s | 320 kB 00:00 2024-04-07T14:37:39.570 INFO:teuthology.orchestra.run.smithi136.stdout:(10/32): python3-rbd-19.0.0-2578.ge5c885fe.el9. 3.9 MB/s | 299 kB 00:00 2024-04-07T14:37:39.587 INFO:teuthology.orchestra.run.smithi164.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 4.6 MB/s | 1.6 MB 00:00 2024-04-07T14:37:39.620 INFO:teuthology.orchestra.run.smithi136.stdout:(11/32): python3-rgw-19.0.0-2578.ge5c885fe.el9. 1.9 MB/s | 99 kB 00:00 2024-04-07T14:37:39.646 INFO:teuthology.orchestra.run.smithi164.stdout:(30/32): librados2-19.0.0-2578.ge5c885fe.el9.x8 10 MB/s | 3.4 MB 00:00 2024-04-07T14:37:39.753 INFO:teuthology.orchestra.run.smithi136.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 801 kB/s | 107 kB 00:00 2024-04-07T14:37:39.820 INFO:teuthology.orchestra.run.smithi136.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 160 kB 00:00 2024-04-07T14:37:39.862 INFO:teuthology.orchestra.run.smithi136.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-04-07T14:37:39.921 INFO:teuthology.orchestra.run.smithi164.stdout:(31/32): librbd1-19.0.0-2578.ge5c885fe.el9.x86_ 9.4 MB/s | 3.1 MB 00:00 2024-04-07T14:37:39.937 INFO:teuthology.orchestra.run.smithi136.stdout:(15/32): ceph-base-19.0.0-2578.ge5c885fe.el9.x8 2.9 MB/s | 5.4 MB 00:01 2024-04-07T14:37:39.996 INFO:teuthology.orchestra.run.smithi136.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-04-07T14:37:40.038 INFO:teuthology.orchestra.run.smithi136.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-04-07T14:37:40.089 INFO:teuthology.orchestra.run.smithi136.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-07T14:37:40.114 INFO:teuthology.orchestra.run.smithi136.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-04-07T14:37:40.130 INFO:teuthology.orchestra.run.smithi136.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 859 kB/s | 36 kB 00:00 2024-04-07T14:37:40.156 INFO:teuthology.orchestra.run.smithi136.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2024-04-07T14:37:40.548 INFO:teuthology.orchestra.run.smithi136.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 741 kB/s | 309 kB 00:00 2024-04-07T14:37:40.631 INFO:teuthology.orchestra.run.smithi136.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 313 kB/s | 26 kB 00:00 2024-04-07T14:37:40.715 INFO:teuthology.orchestra.run.smithi136.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 591 kB/s | 49 kB 00:00 2024-04-07T14:37:40.799 INFO:teuthology.orchestra.run.smithi136.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.9 MB/s | 4.4 MB 00:00 2024-04-07T14:37:40.824 INFO:teuthology.orchestra.run.smithi136.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 634 kB/s | 67 kB 00:00 2024-04-07T14:37:40.983 INFO:teuthology.orchestra.run.smithi136.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.5 MB/s | 838 kB 00:00 2024-04-07T14:37:41.008 INFO:teuthology.orchestra.run.smithi136.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.0 MB/s | 192 kB 00:00 2024-04-07T14:37:41.258 INFO:teuthology.orchestra.run.smithi136.stdout:(29/32): ceph-common-19.0.0-2578.ge5c885fe.el9. 6.5 MB/s | 21 MB 00:03 2024-04-07T14:37:41.292 INFO:teuthology.orchestra.run.smithi136.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.1 MB/s | 1.6 MB 00:00 2024-04-07T14:37:41.542 INFO:teuthology.orchestra.run.smithi136.stdout:(31/32): librbd1-19.0.0-2578.ge5c885fe.el9.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-07T14:37:41.725 INFO:teuthology.orchestra.run.smithi136.stdout:(32/32): librados2-19.0.0-2578.ge5c885fe.el9.x8 4.7 MB/s | 3.4 MB 00:00 2024-04-07T14:37:41.730 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:37:41.730 INFO:teuthology.orchestra.run.smithi136.stdout:Total 15 MB/s | 59 MB 00:03 2024-04-07T14:37:41.813 INFO:teuthology.orchestra.run.smithi164.stdout:(32/32): ceph-radosgw-19.0.0-2578.ge5c885fe.el9 1.8 MB/s | 9.8 MB 00:05 2024-04-07T14:37:41.818 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:37:41.818 INFO:teuthology.orchestra.run.smithi164.stdout:Total 10 MB/s | 59 MB 00:05 2024-04-07T14:37:41.833 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:37:41.868 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:37:41.868 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:37:41.918 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:37:41.955 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:37:41.955 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:37:42.361 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:37:42.361 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:37:42.436 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:37:42.437 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:37:43.844 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:37:43.913 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-07T14:37:43.936 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:37:43.955 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-07T14:37:43.980 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-07T14:37:44.003 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T14:37:44.019 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-07T14:37:44.020 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T14:37:44.070 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-07T14:37:44.101 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-07T14:37:44.123 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T14:37:44.141 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T14:37:44.235 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T14:37:44.290 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T14:37:44.332 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T14:37:44.386 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T14:37:44.664 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-07T14:37:44.698 INFO:teuthology.orchestra.run.smithi136.stdout: Upgrading : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T14:37:44.710 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-07T14:37:44.769 INFO:teuthology.orchestra.run.smithi164.stdout: Upgrading : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T14:37:44.790 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T14:37:44.862 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T14:37:44.887 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 8/34 2024-04-07T14:37:44.916 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T14:37:44.951 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 8/34 2024-04-07T14:37:44.979 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T14:37:44.989 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T14:37:45.008 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-07T14:37:45.050 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T14:37:45.052 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 11/34 2024-04-07T14:37:45.079 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-07T14:37:45.121 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T14:37:45.122 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 11/34 2024-04-07T14:37:45.143 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T14:37:45.183 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T14:37:45.191 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T14:37:45.206 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T14:37:45.226 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-07T14:37:45.270 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T14:37:45.304 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-07T14:37:45.335 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-07T14:37:45.368 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-07T14:37:45.409 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-07T14:37:45.411 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-07T14:37:45.441 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-07T14:37:45.447 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-07T14:37:45.470 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-07T14:37:45.488 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-07T14:37:45.511 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-07T14:37:45.521 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-07T14:37:45.550 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-07T14:37:45.582 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-07T14:37:45.841 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-07T14:37:45.866 INFO:teuthology.orchestra.run.smithi136.stdout: Upgrading : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T14:37:45.899 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-07T14:37:45.929 INFO:teuthology.orchestra.run.smithi164.stdout: Upgrading : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T14:37:45.957 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T14:37:45.988 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 23/34 2024-04-07T14:37:46.018 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T14:37:46.028 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-07T14:37:46.050 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 23/34 2024-04-07T14:37:46.096 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-07T14:37:46.484 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-07T14:37:46.510 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T14:37:46.554 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-07T14:37:46.564 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T14:37:46.581 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T14:37:46.633 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 27/34 2024-04-07T14:37:46.652 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T14:37:46.662 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 28/34 2024-04-07T14:37:46.720 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 27/34 2024-04-07T14:37:46.750 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 28/34 2024-04-07T14:37:48.943 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T14:37:48.992 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T14:37:48.997 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T14:37:49.047 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T14:37:49.495 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 980 kB/s | 21 MB 00:21 2024-04-07T14:37:49.559 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T14:37:49.603 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T14:37:49.692 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T14:37:49.692 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-07T14:37:49.692 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-07T14:37:49.692 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:37:49.705 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T14:37:49.729 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T14:37:49.741 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T14:37:49.832 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T14:37:49.832 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-07T14:37:49.832 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-07T14:37:49.832 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:37:49.859 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T14:37:54.818 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-07T14:37:57.349 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:37:57.349 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:37:57.349 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:37:57.349 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.352 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:37:57.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:37:57.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:37:57.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:37:57.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:37:57.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:37:57.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:37:57.888 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:37:57.895 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:37:57.895 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:37:57.895 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:37:57.895 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:37:57.895 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-radosgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 9.8 M 2024-04-07T14:37:57.895 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrading: 2024-04-07T14:37:57.895 INFO:teuthology.orchestra.run.smithi053.stdout: librados2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.4 M 2024-04-07T14:37:57.895 INFO:teuthology.orchestra.run.smithi053.stdout: librbd1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.4 M 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 21 M 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-selinux x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 25 k 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 746 k 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: libradosstriper1 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 500 k 2024-04-07T14:37:57.896 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: librgw2 x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 5.1 M 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 45 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 134 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cephfs x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 161 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rados x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 320 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 299 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rgw x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 99 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-07T14:37:57.897 INFO:teuthology.orchestra.run.smithi053.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-07T14:37:57.898 INFO:teuthology.orchestra.run.smithi053.stdout:Installing weak dependencies: 2024-04-07T14:37:57.898 INFO:teuthology.orchestra.run.smithi053.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-07T14:37:57.898 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:37:57.898 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:37:57.898 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:37:57.898 INFO:teuthology.orchestra.run.smithi053.stdout:Install 30 Packages 2024-04-07T14:37:57.898 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrade 2 Packages 2024-04-07T14:37:57.898 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:37:57.899 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 59 M 2024-04-07T14:37:57.899 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:37:59.422 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T14:37:59.423 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /sys 2024-04-07T14:37:59.423 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /proc 2024-04-07T14:37:59.423 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /mnt 2024-04-07T14:37:59.423 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /var/tmp 2024-04-07T14:37:59.423 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /home 2024-04-07T14:37:59.423 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /root 2024-04-07T14:37:59.423 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /tmp 2024-04-07T14:37:59.423 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:37:59.483 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T14:37:59.483 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /sys 2024-04-07T14:37:59.483 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /proc 2024-04-07T14:37:59.484 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /mnt 2024-04-07T14:37:59.484 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /var/tmp 2024-04-07T14:37:59.484 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /home 2024-04-07T14:37:59.484 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /root 2024-04-07T14:37:59.484 INFO:teuthology.orchestra.run.smithi136.stdout:skipping the directory /tmp 2024-04-07T14:37:59.484 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:00.102 INFO:teuthology.orchestra.run.smithi053.stdout:(1/32): ceph-common-19.0.0-2578.ge5c885fe.el9.x 12 MB/s | 21 MB 00:01 2024-04-07T14:38:00.169 INFO:teuthology.orchestra.run.smithi053.stdout:(2/32): ceph-base-19.0.0-2578.ge5c885fe.el9.x86 2.9 MB/s | 5.4 MB 00:01 2024-04-07T14:38:00.194 INFO:teuthology.orchestra.run.smithi053.stdout:(3/32): ceph-selinux-19.0.0-2578.ge5c885fe.el9. 274 kB/s | 25 kB 00:00 2024-04-07T14:38:00.245 INFO:teuthology.orchestra.run.smithi053.stdout:(4/32): libradosstriper1-19.0.0-2578.ge5c885fe. 9.8 MB/s | 500 kB 00:00 2024-04-07T14:38:00.353 INFO:teuthology.orchestra.run.smithi053.stdout:(5/32): libcephfs2-19.0.0-2578.ge5c885fe.el9.x8 4.0 MB/s | 746 kB 00:00 2024-04-07T14:38:00.369 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T14:38:00.394 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T14:38:00.394 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:00.394 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-07T14:38:00.394 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T14:38:00.394 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T14:38:00.394 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:00.396 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T14:38:00.427 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T14:38:00.436 INFO:teuthology.orchestra.run.smithi053.stdout:(6/32): python3-ceph-argparse-19.0.0-2578.ge5c8 541 kB/s | 45 kB 00:00 2024-04-07T14:38:00.452 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T14:38:00.452 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:00.452 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-07T14:38:00.452 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T14:38:00.452 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T14:38:00.452 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:00.454 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T14:38:00.463 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T14:38:00.463 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T14:38:00.538 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T14:38:00.538 INFO:teuthology.orchestra.run.smithi136.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T14:38:00.570 INFO:teuthology.orchestra.run.smithi053.stdout:(7/32): librgw2-19.0.0-2578.ge5c885fe.el9.x86_6 16 MB/s | 5.1 MB 00:00 2024-04-07T14:38:00.595 INFO:teuthology.orchestra.run.smithi053.stdout:(8/32): python3-ceph-common-19.0.0-2578.ge5c885 848 kB/s | 134 kB 00:00 2024-04-07T14:38:00.621 INFO:teuthology.orchestra.run.smithi053.stdout:(9/32): python3-cephfs-19.0.0-2578.ge5c885fe.el 3.2 MB/s | 161 kB 00:00 2024-04-07T14:38:00.729 INFO:teuthology.orchestra.run.smithi053.stdout:(10/32): ceph-radosgw-19.0.0-2578.ge5c885fe.el9 4.1 MB/s | 9.8 MB 00:02 2024-04-07T14:38:00.754 INFO:teuthology.orchestra.run.smithi053.stdout:(11/32): python3-rbd-19.0.0-2578.ge5c885fe.el9. 2.2 MB/s | 299 kB 00:00 2024-04-07T14:38:00.780 INFO:teuthology.orchestra.run.smithi053.stdout:(12/32): python3-rados-19.0.0-2578.ge5c885fe.el 1.7 MB/s | 320 kB 00:00 2024-04-07T14:38:00.805 INFO:teuthology.orchestra.run.smithi053.stdout:(13/32): python3-rgw-19.0.0-2578.ge5c885fe.el9. 1.3 MB/s | 99 kB 00:00 2024-04-07T14:38:01.014 INFO:teuthology.orchestra.run.smithi053.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 413 kB/s | 107 kB 00:00 2024-04-07T14:38:01.031 INFO:teuthology.orchestra.run.smithi053.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 201 kB/s | 45 kB 00:00 2024-04-07T14:38:01.056 INFO:teuthology.orchestra.run.smithi053.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 581 kB/s | 160 kB 00:00 2024-04-07T14:38:01.115 INFO:teuthology.orchestra.run.smithi053.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 728 kB/s | 42 kB 00:00 2024-04-07T14:38:01.140 INFO:teuthology.orchestra.run.smithi053.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-04-07T14:38:01.173 INFO:teuthology.orchestra.run.smithi053.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-04-07T14:38:01.199 INFO:teuthology.orchestra.run.smithi053.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-04-07T14:38:01.224 INFO:teuthology.orchestra.run.smithi053.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 429 kB/s | 36 kB 00:00 2024-04-07T14:38:01.249 INFO:teuthology.orchestra.run.smithi053.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 628 kB/s | 47 kB 00:00 2024-04-07T14:38:01.325 INFO:teuthology.orchestra.run.smithi053.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 346 kB/s | 26 kB 00:00 2024-04-07T14:38:01.400 INFO:teuthology.orchestra.run.smithi053.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.5 MB/s | 309 kB 00:00 2024-04-07T14:38:01.425 INFO:teuthology.orchestra.run.smithi053.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 484 kB/s | 49 kB 00:00 2024-04-07T14:38:01.459 INFO:teuthology.orchestra.run.smithi053.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-04-07T14:38:01.551 INFO:teuthology.orchestra.run.smithi053.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.0 MB/s | 192 kB 00:00 2024-04-07T14:38:01.578 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 6/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 8/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 9/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 10/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 11/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T14:38:01.579 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 13/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-07T14:38:01.580 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-07T14:38:01.581 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-07T14:38:01.581 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-07T14:38:01.581 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-07T14:38:01.581 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-07T14:38:01.581 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T14:38:01.581 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-07T14:38:01.581 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/34 2024-04-07T14:38:01.751 INFO:teuthology.orchestra.run.smithi053.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.5 MB/s | 838 kB 00:00 2024-04-07T14:38:01.767 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 6/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 8/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 9/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 10/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 11/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 13/34 2024-04-07T14:38:01.768 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-07T14:38:01.769 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-07T14:38:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-07T14:38:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-07T14:38:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-07T14:38:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T14:38:01.770 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-07T14:38:01.771 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/34 2024-04-07T14:38:01.935 INFO:teuthology.orchestra.run.smithi053.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 4.1 MB/s | 1.6 MB 00:00 2024-04-07T14:38:02.177 INFO:teuthology.orchestra.run.smithi053.stdout:(30/32): librbd1-19.0.0-2578.ge5c885fe.el9.x86_ 13 MB/s | 3.1 MB 00:00 2024-04-07T14:38:02.352 INFO:teuthology.orchestra.run.smithi053.stdout:(31/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.9 MB/s | 4.4 MB 00:01 2024-04-07T14:38:02.789 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T14:38:02.789 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:02.789 INFO:teuthology.orchestra.run.smithi164.stdout:Upgraded: 2024-04-07T14:38:02.789 INFO:teuthology.orchestra.run.smithi164.stdout: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.789 INFO:teuthology.orchestra.run.smithi164.stdout: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.789 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:38:02.789 INFO:teuthology.orchestra.run.smithi164.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-07T14:38:02.789 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.789 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-07T14:38:02.790 INFO:teuthology.orchestra.run.smithi164.stdout: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: re2-1:20211101-3.el9.x86_64 2024-04-07T14:38:02.791 INFO:teuthology.orchestra.run.smithi164.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-07T14:38:02.792 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:02.792 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:38:02.931 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T14:38:02.931 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:02.931 INFO:teuthology.orchestra.run.smithi136.stdout:Upgraded: 2024-04-07T14:38:02.931 INFO:teuthology.orchestra.run.smithi136.stdout: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.931 INFO:teuthology.orchestra.run.smithi136.stdout: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.931 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.932 INFO:teuthology.orchestra.run.smithi136.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-07T14:38:02.933 INFO:teuthology.orchestra.run.smithi136.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-07T14:38:02.934 INFO:teuthology.orchestra.run.smithi136.stdout: re2-1:20211101-3.el9.x86_64 2024-04-07T14:38:02.934 INFO:teuthology.orchestra.run.smithi136.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-07T14:38:02.934 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:02.934 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:38:02.952 INFO:teuthology.orchestra.run.smithi053.stdout:(32/32): librados2-19.0.0-2578.ge5c885fe.el9.x8 2.8 MB/s | 3.4 MB 00:01 2024-04-07T14:38:02.957 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:02.957 INFO:teuthology.orchestra.run.smithi053.stdout:Total 12 MB/s | 59 MB 00:05 2024-04-07T14:38:03.037 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-test 2024-04-07T14:38:03.061 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:38:03.100 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:38:03.100 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:38:03.222 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-test 2024-04-07T14:38:03.616 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:38:03.616 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:38:03.630 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:30 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:38:03.814 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:29 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.920 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.921 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.922 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.923 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:38:03.924 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.925 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.926 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.927 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.928 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:03.988 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:38:03.989 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:03.989 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-test x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 48 M 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout: libcephsqlite x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 163 k 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:38:03.990 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:03.991 INFO:teuthology.orchestra.run.smithi164.stdout:Install 6 Packages 2024-04-07T14:38:03.991 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:03.991 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 49 M 2024-04-07T14:38:03.991 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 206 M 2024-04-07T14:38:03.991 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:38:04.103 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:38:04.103 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:38:04.103 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:38:04.103 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.103 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.104 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:38:04.105 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:38:04.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:38:04.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:38:04.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:38:04.106 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.106 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:38:04.107 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:38:04.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:04.178 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:38:04.179 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:04.179 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:38:04.179 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:04.179 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-test x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 48 M 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout: libcephsqlite x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 163 k 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout:Install 6 Packages 2024-04-07T14:38:04.180 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:04.181 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 49 M 2024-04-07T14:38:04.181 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 206 M 2024-04-07T14:38:04.181 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:38:04.443 INFO:teuthology.orchestra.run.smithi164.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2024-04-07T14:38:04.501 INFO:teuthology.orchestra.run.smithi164.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.7 MB/s | 218 kB 00:00 2024-04-07T14:38:04.527 INFO:teuthology.orchestra.run.smithi164.stdout:(3/6): libcephsqlite-19.0.0-2578.ge5c885fe.el9. 659 kB/s | 163 kB 00:00 2024-04-07T14:38:04.743 INFO:teuthology.orchestra.run.smithi164.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 294 kB/s | 64 kB 00:00 2024-04-07T14:38:04.793 INFO:teuthology.orchestra.run.smithi164.stdout:(5/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 305 kB 00:00 2024-04-07T14:38:04.926 INFO:teuthology.orchestra.run.smithi136.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2024-04-07T14:38:04.993 INFO:teuthology.orchestra.run.smithi136.stdout:(2/6): libcephsqlite-19.0.0-2578.ge5c885fe.el9. 656 kB/s | 163 kB 00:00 2024-04-07T14:38:05.052 INFO:teuthology.orchestra.run.smithi136.stdout:(3/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.7 MB/s | 218 kB 00:00 2024-04-07T14:38:05.118 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:38:05.127 INFO:teuthology.orchestra.run.smithi136.stdout:(4/6): socat-1.7.4.1-5.el9.x86_64.rpm 2.2 MB/s | 305 kB 00:00 2024-04-07T14:38:05.144 INFO:teuthology.orchestra.run.smithi136.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 693 kB/s | 64 kB 00:00 2024-04-07T14:38:05.212 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-07T14:38:05.240 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-07T14:38:05.266 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-07T14:38:05.288 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T14:38:05.306 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-07T14:38:05.455 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T14:38:05.511 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-07T14:38:05.859 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-07T14:38:05.909 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T14:38:06.002 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T14:38:06.092 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 8/34 2024-04-07T14:38:06.119 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T14:38:06.182 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 9/34 2024-04-07T14:38:06.210 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-07T14:38:06.254 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 11/34 2024-04-07T14:38:06.328 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T14:38:06.354 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T14:38:06.419 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 13/34 2024-04-07T14:38:06.453 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-07T14:38:06.564 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-07T14:38:06.596 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-07T14:38:06.637 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-07T14:38:06.669 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-07T14:38:06.698 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-07T14:38:06.731 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-07T14:38:07.068 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-07T14:38:07.102 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T14:38:07.199 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 22/34 2024-04-07T14:38:07.232 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 23/34 2024-04-07T14:38:07.273 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-07T14:38:07.418 INFO:teuthology.orchestra.run.smithi164.stdout:(6/6): ceph-test-19.0.0-2578.ge5c885fe.el9.x86_ 15 MB/s | 48 MB 00:03 2024-04-07T14:38:07.420 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:07.421 INFO:teuthology.orchestra.run.smithi164.stdout:Total 14 MB/s | 49 MB 00:03 2024-04-07T14:38:07.472 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:38:07.492 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:38:07.492 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:38:07.752 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-07T14:38:07.780 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T14:38:07.835 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 26/34 2024-04-07T14:38:07.872 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:38:07.872 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:38:07.905 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 27/34 2024-04-07T14:38:07.941 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 28/34 2024-04-07T14:38:08.459 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:38:08.549 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-07T14:38:08.591 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-07T14:38:08.636 INFO:teuthology.orchestra.run.smithi136.stdout:(6/6): ceph-test-19.0.0-2578.ge5c885fe.el9.x86_ 12 MB/s | 48 MB 00:03 2024-04-07T14:38:08.637 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:08.637 INFO:teuthology.orchestra.run.smithi136.stdout:Total 11 MB/s | 49 MB 00:04 2024-04-07T14:38:08.639 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-07T14:38:08.677 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-07T14:38:08.688 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:38:08.704 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T14:38:08.708 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:38:08.708 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:38:09.101 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:38:09.101 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:38:09.670 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:38:09.755 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-07T14:38:09.799 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-07T14:38:09.839 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-07T14:38:09.877 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-07T14:38:09.905 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T14:38:10.229 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T14:38:10.262 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T14:38:10.855 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 29/34 2024-04-07T14:38:10.891 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T14:38:10.981 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 30/34 2024-04-07T14:38:10.981 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-07T14:38:10.981 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-07T14:38:10.982 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:11.017 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T14:38:13.203 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T14:38:13.279 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T14:38:14.418 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T14:38:14.496 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T14:38:15.606 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T14:38:15.654 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/6 2024-04-07T14:38:15.654 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/6 2024-04-07T14:38:15.654 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-07T14:38:15.655 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-07T14:38:15.655 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-07T14:38:16.013 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-07T14:38:16.013 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:16.013 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:38:16.013 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:16.013 INFO:teuthology.orchestra.run.smithi164.stdout: jq-1.6-16.el9.x86_64 2024-04-07T14:38:16.013 INFO:teuthology.orchestra.run.smithi164.stdout: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:16.013 INFO:teuthology.orchestra.run.smithi164.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-07T14:38:16.014 INFO:teuthology.orchestra.run.smithi164.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-07T14:38:16.014 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-07T14:38:16.014 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:16.014 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:38:16.367 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph 2024-04-07T14:38:16.990 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T14:38:16.990 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/6 2024-04-07T14:38:16.990 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/6 2024-04-07T14:38:16.990 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-07T14:38:16.990 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-07T14:38:16.990 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-07T14:38:16.999 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:43 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:38:17.300 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:38:17.300 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:38:17.300 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:38:17.300 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.300 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:38:17.300 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.301 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:38:17.302 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.303 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:38:17.304 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.305 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.306 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.307 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.308 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.309 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.309 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.309 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:17.309 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.309 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.309 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.309 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:17.379 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:38:17.382 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:17.382 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:38:17.382 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:17.382 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:38:17.382 INFO:teuthology.orchestra.run.smithi164.stdout: ceph x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 6.6 k 2024-04-07T14:38:17.383 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:38:17.383 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mds x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 2.4 M 2024-04-07T14:38:17.383 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 1.5 M 2024-04-07T14:38:17.383 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 249 k 2024-04-07T14:38:17.383 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mon x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 4.7 M 2024-04-07T14:38:17.383 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-osd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 17 M 2024-04-07T14:38:17.383 INFO:teuthology.orchestra.run.smithi164.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-07T14:38:17.383 INFO:teuthology.orchestra.run.smithi164.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-07T14:38:17.383 INFO:teuthology.orchestra.run.smithi164.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-07T14:38:17.384 INFO:teuthology.orchestra.run.smithi164.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-07T14:38:17.384 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-07T14:38:17.384 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-07T14:38:17.384 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-07T14:38:17.384 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-07T14:38:17.384 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-07T14:38:17.384 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-collections 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-07T14:38:17.385 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout:Install 36 Packages 2024-04-07T14:38:17.386 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:17.387 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 30 M 2024-04-07T14:38:17.387 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 108 M 2024-04-07T14:38:17.387 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout: jq-1.6-16.el9.x86_64 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:17.388 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:38:17.704 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph 2024-04-07T14:38:18.073 INFO:teuthology.orchestra.run.smithi164.stdout:(1/36): ceph-19.0.0-2578.ge5c885fe.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-04-07T14:38:18.308 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:44 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:38:18.457 INFO:teuthology.orchestra.run.smithi164.stdout:(2/36): ceph-mon-19.0.0-2578.ge5c885fe.el9.x86_ 12 MB/s | 4.7 MB 00:00 2024-04-07T14:38:18.596 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:38:18.596 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:38:18.597 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.598 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.599 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.600 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.601 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:18.602 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.603 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.604 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.605 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.606 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:18.679 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:38:18.682 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:18.682 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:38:18.682 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:18.682 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:38:18.682 INFO:teuthology.orchestra.run.smithi136.stdout: ceph x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 6.6 k 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mds x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 2.4 M 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 1.5 M 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 249 k 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mon x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 4.7 M 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-osd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 17 M 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-07T14:38:18.683 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-collections 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-07T14:38:18.684 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:18.685 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:38:18.686 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:18.686 INFO:teuthology.orchestra.run.smithi136.stdout:Install 36 Packages 2024-04-07T14:38:18.686 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:18.686 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 30 M 2024-04-07T14:38:18.687 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 108 M 2024-04-07T14:38:18.687 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:38:19.291 INFO:teuthology.orchestra.run.smithi164.stdout:(3/36): ceph-osd-19.0.0-2578.ge5c885fe.el9.x86_ 20 MB/s | 17 MB 00:00 2024-04-07T14:38:19.324 INFO:teuthology.orchestra.run.smithi164.stdout:(4/36): ceph-mgr-19.0.0-2578.ge5c885fe.el9.x86_ 1.0 MB/s | 1.5 MB 00:01 2024-04-07T14:38:19.349 INFO:teuthology.orchestra.run.smithi164.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2578.ge5c8 4.2 MB/s | 249 kB 00:00 2024-04-07T14:38:19.410 INFO:teuthology.orchestra.run.smithi164.stdout:(6/36): ceph-mds-19.0.0-2578.ge5c885fe.el9.x86_ 1.6 MB/s | 2.4 MB 00:01 2024-04-07T14:38:19.439 INFO:teuthology.orchestra.run.smithi136.stdout:(1/36): ceph-19.0.0-2578.ge5c885fe.el9.x86_64.r 29 kB/s | 6.6 kB 00:00 2024-04-07T14:38:19.565 INFO:teuthology.orchestra.run.smithi136.stdout:(2/36): ceph-mds-19.0.0-2578.ge5c885fe.el9.x86_ 6.7 MB/s | 2.4 MB 00:00 2024-04-07T14:38:19.700 INFO:teuthology.orchestra.run.smithi164.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 675 kB/s | 253 kB 00:00 2024-04-07T14:38:19.742 INFO:teuthology.orchestra.run.smithi164.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 376 kB/s | 106 kB 00:00 2024-04-07T14:38:19.900 INFO:teuthology.orchestra.run.smithi164.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 2.2 MB/s | 1.2 MB 00:00 2024-04-07T14:38:19.998 INFO:teuthology.orchestra.run.smithi136.stdout:(3/36): ceph-mgr-19.0.0-2578.ge5c885fe.el9.x86_ 1.9 MB/s | 1.5 MB 00:00 2024-04-07T14:38:20.026 INFO:teuthology.orchestra.run.smithi164.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 415 kB/s | 135 kB 00:00 2024-04-07T14:38:20.076 INFO:teuthology.orchestra.run.smithi164.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 374 kB/s | 125 kB 00:00 2024-04-07T14:38:20.115 INFO:teuthology.orchestra.run.smithi136.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2578.ge5c8 2.1 MB/s | 249 kB 00:00 2024-04-07T14:38:20.276 INFO:teuthology.orchestra.run.smithi164.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 572 kB/s | 215 kB 00:00 2024-04-07T14:38:20.407 INFO:teuthology.orchestra.run.smithi136.stdout:(5/36): ceph-osd-19.0.0-2578.ge5c885fe.el9.x86_ 20 MB/s | 17 MB 00:00 2024-04-07T14:38:20.499 INFO:teuthology.orchestra.run.smithi136.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 660 kB/s | 253 kB 00:00 2024-04-07T14:38:20.558 INFO:teuthology.orchestra.run.smithi136.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-07T14:38:20.625 INFO:teuthology.orchestra.run.smithi136.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-07T14:38:20.675 INFO:teuthology.orchestra.run.smithi136.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 4.6 MB/s | 1.2 MB 00:00 2024-04-07T14:38:20.717 INFO:teuthology.orchestra.run.smithi136.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.3 MB/s | 125 kB 00:00 2024-04-07T14:38:20.742 INFO:teuthology.orchestra.run.smithi136.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-04-07T14:38:20.901 INFO:teuthology.orchestra.run.smithi136.stdout:(12/36): ceph-mon-19.0.0-2578.ge5c885fe.el9.x86 3.2 MB/s | 4.7 MB 00:01 2024-04-07T14:38:20.902 INFO:teuthology.orchestra.run.smithi164.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 209 kB/s | 172 kB 00:00 2024-04-07T14:38:20.926 INFO:teuthology.orchestra.run.smithi136.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 903 kB/s | 188 kB 00:00 2024-04-07T14:38:20.926 INFO:teuthology.orchestra.run.smithi164.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 209 kB/s | 188 kB 00:00 2024-04-07T14:38:20.951 INFO:teuthology.orchestra.run.smithi136.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 825 kB/s | 172 kB 00:00 2024-04-07T14:38:20.952 INFO:teuthology.orchestra.run.smithi164.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 56 kB/s | 35 kB 00:00 2024-04-07T14:38:20.968 INFO:teuthology.orchestra.run.smithi136.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.2 MB/s | 51 kB 00:00 2024-04-07T14:38:20.985 INFO:teuthology.orchestra.run.smithi136.stdout:(16/36): python3-markupsafe-1.1.1-12.el9.x86_64 414 kB/s | 35 kB 00:00 2024-04-07T14:38:21.002 INFO:teuthology.orchestra.run.smithi136.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 827 kB/s | 42 kB 00:00 2024-04-07T14:38:21.036 INFO:teuthology.orchestra.run.smithi164.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 268 kB/s | 22 kB 00:00 2024-04-07T14:38:21.080 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T14:38:21.080 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /sys 2024-04-07T14:38:21.080 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /proc 2024-04-07T14:38:21.080 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /mnt 2024-04-07T14:38:21.080 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /var/tmp 2024-04-07T14:38:21.080 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /home 2024-04-07T14:38:21.081 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /root 2024-04-07T14:38:21.081 INFO:teuthology.orchestra.run.smithi053.stdout:skipping the directory /tmp 2024-04-07T14:38:21.081 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:21.286 INFO:teuthology.orchestra.run.smithi164.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 604 kB/s | 151 kB 00:00 2024-04-07T14:38:21.286 INFO:teuthology.orchestra.run.smithi136.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 70 kB/s | 22 kB 00:00 2024-04-07T14:38:21.361 INFO:teuthology.orchestra.run.smithi136.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 121 kB/s | 43 kB 00:00 2024-04-07T14:38:21.386 INFO:teuthology.orchestra.run.smithi136.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 377 kB/s | 151 kB 00:00 2024-04-07T14:38:21.419 INFO:teuthology.orchestra.run.smithi164.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 326 kB/s | 43 kB 00:00 2024-04-07T14:38:21.453 INFO:teuthology.orchestra.run.smithi136.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-04-07T14:38:21.470 INFO:teuthology.orchestra.run.smithi136.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-04-07T14:38:21.494 INFO:teuthology.orchestra.run.smithi164.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.2 MB/s | 172 kB 00:00 2024-04-07T14:38:21.495 INFO:teuthology.orchestra.run.smithi136.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.6 MB/s | 358 kB 00:00 2024-04-07T14:38:21.512 INFO:teuthology.orchestra.run.smithi136.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-04-07T14:38:21.529 INFO:teuthology.orchestra.run.smithi136.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 394 kB/s | 23 kB 00:00 2024-04-07T14:38:21.555 INFO:teuthology.orchestra.run.smithi136.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 330 kB/s | 19 kB 00:00 2024-04-07T14:38:21.561 INFO:teuthology.orchestra.run.smithi164.stdout:(20/36): python3-pytz-2021.1-5.el9.noarch.rpm 77 kB/s | 51 kB 00:00 2024-04-07T14:38:21.595 INFO:teuthology.orchestra.run.smithi164.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2024-04-07T14:38:21.597 INFO:teuthology.orchestra.run.smithi136.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 234 kB/s | 20 kB 00:00 2024-04-07T14:38:21.614 INFO:teuthology.orchestra.run.smithi136.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 550 kB/s | 46 kB 00:00 2024-04-07T14:38:21.620 INFO:teuthology.orchestra.run.smithi164.stdout:(22/36): python3-toml-0.10.2-6.el9.noarch.rpm 62 kB/s | 42 kB 00:00 2024-04-07T14:38:21.639 INFO:teuthology.orchestra.run.smithi136.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 938 kB/s | 79 kB 00:00 2024-04-07T14:38:21.664 INFO:teuthology.orchestra.run.smithi136.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 4.0 MB/s | 272 kB 00:00 2024-04-07T14:38:21.698 INFO:teuthology.orchestra.run.smithi136.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 283 kB/s | 16 kB 00:00 2024-04-07T14:38:21.723 INFO:teuthology.orchestra.run.smithi136.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.1 MB/s | 90 kB 00:00 2024-04-07T14:38:21.740 INFO:teuthology.orchestra.run.smithi136.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 471 kB/s | 36 kB 00:00 2024-04-07T14:38:21.804 INFO:teuthology.orchestra.run.smithi164.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 44 kB/s | 11 kB 00:00 2024-04-07T14:38:21.807 INFO:teuthology.orchestra.run.smithi136.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-04-07T14:38:21.832 INFO:teuthology.orchestra.run.smithi136.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 217 kB/s | 20 kB 00:00 2024-04-07T14:38:21.838 INFO:teuthology.orchestra.run.smithi164.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 73 kB/s | 18 kB 00:00 2024-04-07T14:38:21.858 INFO:teuthology.orchestra.run.smithi136.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.1 MB/s | 427 kB 00:00 2024-04-07T14:38:21.864 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:21.864 INFO:teuthology.orchestra.run.smithi136.stdout:Total 9.5 MB/s | 30 MB 00:03 2024-04-07T14:38:21.880 INFO:teuthology.orchestra.run.smithi164.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 89 kB/s | 23 kB 00:00 2024-04-07T14:38:21.905 INFO:teuthology.orchestra.run.smithi164.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-04-07T14:38:22.005 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:38:22.005 INFO:teuthology.orchestra.run.smithi164.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 157 kB/s | 20 kB 00:00 2024-04-07T14:38:22.045 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:38:22.045 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:38:22.055 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T14:38:22.055 INFO:teuthology.orchestra.run.smithi164.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 264 kB/s | 46 kB 00:00 2024-04-07T14:38:22.080 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/34 2024-04-07T14:38:22.080 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:22.080 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-07T14:38:22.080 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T14:38:22.080 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-07T14:38:22.081 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:22.081 INFO:teuthology.orchestra.run.smithi164.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 449 kB/s | 79 kB 00:00 2024-04-07T14:38:22.082 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T14:38:22.131 INFO:teuthology.orchestra.run.smithi164.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-04-07T14:38:22.149 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-07T14:38:22.150 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T14:38:22.156 INFO:teuthology.orchestra.run.smithi164.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-07T14:38:22.182 INFO:teuthology.orchestra.run.smithi164.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 895 kB/s | 90 kB 00:00 2024-04-07T14:38:22.207 INFO:teuthology.orchestra.run.smithi164.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 477 kB/s | 36 kB 00:00 2024-04-07T14:38:22.232 INFO:teuthology.orchestra.run.smithi164.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-04-07T14:38:22.257 INFO:teuthology.orchestra.run.smithi164.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.6 MB/s | 427 kB 00:00 2024-04-07T14:38:22.316 INFO:teuthology.orchestra.run.smithi164.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-04-07T14:38:22.320 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:22.320 INFO:teuthology.orchestra.run.smithi164.stdout:Total 6.1 MB/s | 30 MB 00:04 2024-04-07T14:38:22.457 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:38:22.462 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:38:22.463 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:38:22.497 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:38:22.497 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:38:22.910 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:38:22.911 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:38:23.344 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T14:38:23.344 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_6 6/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 7/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9. 8/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x8 9/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 10/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 11/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 12/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 13/34 2024-04-07T14:38:23.345 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-07T14:38:23.346 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-07T14:38:23.347 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-07T14:38:23.347 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-07T14:38:23.347 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 31/34 2024-04-07T14:38:23.347 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-07T14:38:23.347 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/34 2024-04-07T14:38:23.838 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:38:23.902 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-07T14:38:23.935 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-07T14:38:23.963 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-07T14:38:24.033 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-07T14:38:24.070 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-07T14:38:24.103 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-07T14:38:24.193 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-07T14:38:24.228 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:38:24.272 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-07T14:38:24.302 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-07T14:38:24.314 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-07T14:38:24.334 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-07T14:38:24.349 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-07T14:38:24.362 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-07T14:38:24.379 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-07T14:38:24.413 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-07T14:38:24.434 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-07T14:38:24.447 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-07T14:38:24.478 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-07T14:38:24.487 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-07T14:38:24.499 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-07T14:38:24.499 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:24.499 INFO:teuthology.orchestra.run.smithi053.stdout:Upgraded: 2024-04-07T14:38:24.499 INFO:teuthology.orchestra.run.smithi053.stdout: librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.499 INFO:teuthology.orchestra.run.smithi053.stdout: librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.499 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:38:24.499 INFO:teuthology.orchestra.run.smithi053.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-07T14:38:24.499 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-radosgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-selinux-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: libradosstriper1-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: librgw2-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.500 INFO:teuthology.orchestra.run.smithi053.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-argparse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ceph-common-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: re2-1:20211101-3.el9.x86_64 2024-04-07T14:38:24.501 INFO:teuthology.orchestra.run.smithi053.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-07T14:38:24.502 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:24.502 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:38:24.510 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-07T14:38:24.522 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-07T14:38:24.557 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-07T14:38:24.595 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-07T14:38:24.603 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-07T14:38:24.667 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-07T14:38:24.711 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-07T14:38:24.755 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-07T14:38:24.790 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-07T14:38:24.812 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-07T14:38:24.820 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-07T14:38:24.854 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-07T14:38:24.872 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-test 2024-04-07T14:38:24.885 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-07T14:38:24.888 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-07T14:38:24.928 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-07T14:38:24.940 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-07T14:38:24.963 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-07T14:38:24.978 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-07T14:38:24.998 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-07T14:38:25.027 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-07T14:38:25.036 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-07T14:38:25.083 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-07T14:38:25.108 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-07T14:38:25.246 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-07T14:38:25.266 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-07T14:38:25.308 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-07T14:38:25.319 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-07T14:38:25.373 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-07T14:38:25.377 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-07T14:38:25.419 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-07T14:38:25.465 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-07T14:38:25.469 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-07T14:38:25.472 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:00:31 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:38:25.507 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-07T14:38:25.524 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-07T14:38:25.621 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-07T14:38:25.711 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-07T14:38:25.765 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-07T14:38:25.775 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:38:25.775 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:38:25.775 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:38:25.775 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:38:25.776 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.777 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.778 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:38:25.779 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.780 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.781 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.782 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.783 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.784 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:25.793 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 31/36 2024-04-07T14:38:25.818 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T14:38:25.843 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T14:38:25.843 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:25.844 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-07T14:38:25.844 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T14:38:25.844 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T14:38:25.844 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:25.844 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-07T14:38:25.849 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:38:25.849 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:38:25.849 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-test x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 48 M 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout: libcephsqlite x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 163 k 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:38:25.850 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:38:25.851 INFO:teuthology.orchestra.run.smithi053.stdout:Install 6 Packages 2024-04-07T14:38:25.851 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:25.851 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 49 M 2024-04-07T14:38:25.851 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 206 M 2024-04-07T14:38:25.851 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:38:25.932 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-07T14:38:25.973 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-07T14:38:26.088 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-07T14:38:26.246 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 31/36 2024-04-07T14:38:26.275 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T14:38:26.298 INFO:teuthology.orchestra.run.smithi053.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-07T14:38:26.301 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T14:38:26.301 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:26.301 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-07T14:38:26.301 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T14:38:26.301 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T14:38:26.302 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:26.356 INFO:teuthology.orchestra.run.smithi053.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.7 MB/s | 218 kB 00:00 2024-04-07T14:38:26.381 INFO:teuthology.orchestra.run.smithi053.stdout:(3/6): libcephsqlite-19.0.0-2578.ge5c885fe.el9. 679 kB/s | 163 kB 00:00 2024-04-07T14:38:26.517 INFO:teuthology.orchestra.run.smithi053.stdout:(4/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.9 MB/s | 305 kB 00:00 2024-04-07T14:38:26.617 INFO:teuthology.orchestra.run.smithi053.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 270 kB/s | 64 kB 00:00 2024-04-07T14:38:27.278 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T14:38:27.303 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T14:38:27.303 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:27.304 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-07T14:38:27.304 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T14:38:27.304 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T14:38:27.304 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:27.752 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T14:38:27.761 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T14:38:27.778 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T14:38:27.779 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:27.779 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-07T14:38:27.779 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T14:38:27.779 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T14:38:27.779 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:27.785 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T14:38:27.785 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:27.785 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-07T14:38:27.785 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T14:38:27.786 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T14:38:27.786 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:28.012 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T14:38:28.035 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T14:38:28.036 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:28.036 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-07T14:38:28.036 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T14:38:28.036 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T14:38:28.036 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:28.102 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T14:38:28.227 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T14:38:28.250 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T14:38:28.250 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:28.250 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-07T14:38:28.250 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T14:38:28.250 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T14:38:28.250 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:28.478 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T14:38:28.501 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T14:38:28.501 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:28.501 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-07T14:38:28.501 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T14:38:28.501 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T14:38:28.501 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:28.567 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T14:38:29.759 INFO:teuthology.orchestra.run.smithi053.stdout:(6/6): ceph-test-19.0.0-2578.ge5c885fe.el9.x86_ 13 MB/s | 48 MB 00:03 2024-04-07T14:38:29.761 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:29.762 INFO:teuthology.orchestra.run.smithi053.stdout:Total 12 MB/s | 49 MB 00:03 2024-04-07T14:38:29.812 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:38:29.835 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:38:29.835 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/36 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/36 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/36 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/36 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/36 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 6/36 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-07T14:38:29.878 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-07T14:38:29.879 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-07T14:38:29.880 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-07T14:38:29.880 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-07T14:38:29.880 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-07T14:38:29.880 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-07T14:38:29.881 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-07T14:38:29.881 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-07T14:38:29.881 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-07T14:38:29.881 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-07T14:38:29.881 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-07T14:38:29.881 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-07T14:38:29.881 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-07T14:38:29.881 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-07T14:38:30.242 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:38:30.242 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/36 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/36 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/36 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/36 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/36 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 6/36 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-07T14:38:30.334 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-07T14:38:30.335 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-07T14:38:30.336 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-07T14:38:30.336 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-07T14:38:30.336 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-07T14:38:30.336 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-07T14:38:30.336 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-07T14:38:30.336 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-07T14:38:30.337 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-07T14:38:30.337 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-07T14:38:30.337 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-07T14:38:30.337 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-07T14:38:30.337 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-07T14:38:30.337 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-07T14:38:30.667 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-07T14:38:30.667 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:30.667 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: lua-5.4.4-4.el9.x86_64 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-07T14:38:30.668 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-ply-3.11-14.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-07T14:38:30.669 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-07T14:38:30.670 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-07T14:38:30.670 INFO:teuthology.orchestra.run.smithi136.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-07T14:38:30.670 INFO:teuthology.orchestra.run.smithi136.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-07T14:38:30.670 INFO:teuthology.orchestra.run.smithi136.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-07T14:38:30.670 INFO:teuthology.orchestra.run.smithi136.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-07T14:38:30.670 INFO:teuthology.orchestra.run.smithi136.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-07T14:38:30.670 INFO:teuthology.orchestra.run.smithi136.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-07T14:38:30.670 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:30.670 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:38:30.841 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:38:30.931 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-07T14:38:30.975 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-07T14:38:31.085 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-07T14:38:31.085 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-07T14:38:31.086 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-base 2024-04-07T14:38:31.087 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T14:38:31.428 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-07T14:38:31.428 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:31.428 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:38:31.428 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:31.428 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:31.428 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:31.428 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:31.428 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: lua-5.4.4-4.el9.x86_64 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-07T14:38:31.429 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ply-3.11-14.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-07T14:38:31.430 INFO:teuthology.orchestra.run.smithi164.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-07T14:38:31.431 INFO:teuthology.orchestra.run.smithi164.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-07T14:38:31.431 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-07T14:38:31.431 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-07T14:38:31.431 INFO:teuthology.orchestra.run.smithi164.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-07T14:38:31.431 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:31.431 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:38:31.685 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:57 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:38:31.784 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-base 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:38:31.975 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.976 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:38:31.977 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.978 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:38:31.979 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.980 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.981 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.982 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:31.983 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.984 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.984 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.984 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.984 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:31.984 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.984 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.984 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.984 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:31.984 INFO:teuthology.orchestra.run.smithi136.stdout:Package ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:38:32.042 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:38:32.043 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T14:38:32.043 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:38:32.120 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install cephadm 2024-04-07T14:38:32.391 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:59 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.682 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.683 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:38:32.684 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.685 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.686 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.687 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.688 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.689 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.690 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.691 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:32.691 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.691 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.691 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.691 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:32.691 INFO:teuthology.orchestra.run.smithi164.stdout:Package ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:38:32.712 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:00:58 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:38:32.749 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:38:32.750 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-04-07T14:38:32.750 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:38:32.815 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install cephadm 2024-04-07T14:38:33.000 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:38:33.000 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:38:33.000 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:38:33.000 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.000 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:38:33.000 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.001 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:38:33.002 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:38:33.003 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.004 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.005 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.006 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:33.007 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.008 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:33.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.009 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:33.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.009 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.068 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:38:33.069 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:33.069 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:38:33.069 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:33.069 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:38:33.069 INFO:teuthology.orchestra.run.smithi136.stdout: cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 762 k 2024-04-07T14:38:33.069 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:33.069 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:38:33.069 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:33.069 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T14:38:33.070 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:33.070 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 762 k 2024-04-07T14:38:33.070 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 768 k 2024-04-07T14:38:33.070 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:38:33.413 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:00 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:38:33.626 INFO:teuthology.orchestra.run.smithi136.stdout:cephadm-19.0.0-2578.ge5c885fe.el9.noarch.rpm 1.3 MB/s | 762 kB 00:00 2024-04-07T14:38:33.627 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:33.627 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.3 MB/s | 762 kB 00:00 2024-04-07T14:38:33.627 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:38:33.632 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:38:33.632 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:38:33.638 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:38:33.638 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:38:33.701 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:38:33.701 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:38:33.701 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:38:33.701 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.701 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:38:33.701 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.702 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:38:33.703 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.704 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.705 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:38:33.706 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:38:33.707 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.708 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.709 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.710 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.711 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.711 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.711 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:33.711 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.711 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.711 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.711 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:33.715 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:38:33.768 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout: cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 762 k 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 762 k 2024-04-07T14:38:33.769 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 768 k 2024-04-07T14:38:33.770 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:38:34.047 INFO:teuthology.orchestra.run.smithi164.stdout:cephadm-19.0.0-2578.ge5c885fe.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-04-07T14:38:34.047 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:34.047 INFO:teuthology.orchestra.run.smithi164.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-07T14:38:34.048 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:38:34.052 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:38:34.052 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:38:34.058 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:38:34.058 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:38:34.133 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:38:34.181 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:38:34.264 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:38:34.610 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:38:34.682 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:38:34.702 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:38:35.005 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:38:35.005 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:35.005 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:38:35.006 INFO:teuthology.orchestra.run.smithi136.stdout: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:35.006 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:35.006 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:38:35.119 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:38:35.222 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-immutable-object-cache 2024-04-07T14:38:35.419 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:38:35.419 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:35.420 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:38:35.420 INFO:teuthology.orchestra.run.smithi164.stdout: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:35.420 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:35.420 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:38:35.610 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-immutable-object-cache 2024-04-07T14:38:35.832 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:01 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:38:35.834 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/6 2024-04-07T14:38:35.918 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T14:38:36.120 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:38:36.120 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:38:36.120 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:38:36.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.120 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:38:36.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.120 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:38:36.121 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:38:36.122 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:38:36.123 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:38:36.124 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:38:36.125 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.126 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:36.127 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.128 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.128 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.130 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:36.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.130 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:36.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.131 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:36.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.132 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.132 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.188 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:38:36.188 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 145 k 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 145 k 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 435 k 2024-04-07T14:38:36.189 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:38:36.209 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:03 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:38:36.416 INFO:teuthology.orchestra.run.smithi136.stdout:ceph-immutable-object-cache-19.0.0-2578.ge5c885 639 kB/s | 145 kB 00:00 2024-04-07T14:38:36.417 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:36.417 INFO:teuthology.orchestra.run.smithi136.stdout:Total 635 kB/s | 145 kB 00:00 2024-04-07T14:38:36.417 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:38:36.424 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:38:36.425 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:38:36.478 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:38:36.479 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.502 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.503 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:38:36.504 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.505 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:38:36.506 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.507 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.508 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.509 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:36.510 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.511 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.511 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.511 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:36.569 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:38:36.570 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:36.570 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-04-07T14:38:36.570 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:36.570 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:38:36.570 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 145 k 2024-04-07T14:38:36.570 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:36.570 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:38:36.571 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:36.571 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-04-07T14:38:36.571 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:36.571 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 145 k 2024-04-07T14:38:36.571 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 435 k 2024-04-07T14:38:36.571 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:38:36.623 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:38:36.684 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T14:38:36.708 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T14:38:36.708 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:36.708 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-07T14:38:36.708 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:36.795 INFO:teuthology.orchestra.run.smithi164.stdout:ceph-immutable-object-cache-19.0.0-2578.ge5c885 648 kB/s | 145 kB 00:00 2024-04-07T14:38:36.795 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:36.796 INFO:teuthology.orchestra.run.smithi164.stdout:Total 644 kB/s | 145 kB 00:00 2024-04-07T14:38:36.796 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:38:36.803 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:38:36.803 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:38:36.856 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:38:36.857 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:38:36.997 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:38:37.071 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T14:38:37.096 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T14:38:37.096 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:37.096 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-07T14:38:37.096 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:37.714 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T14:38:37.714 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:37.714 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:38:37.714 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:37.715 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:37.715 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:38:37.983 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr 2024-04-07T14:38:38.060 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T14:38:38.060 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:38.060 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:38:38.060 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:38.060 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:38.060 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:38:38.262 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 6/6 2024-04-07T14:38:38.262 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/6 2024-04-07T14:38:38.262 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/6 2024-04-07T14:38:38.262 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-07T14:38:38.262 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-07T14:38:38.262 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-07T14:38:38.278 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr 2024-04-07T14:38:38.587 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:04 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:38:38.644 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-07T14:38:38.645 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:38.645 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:38:38.645 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-test-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:38.645 INFO:teuthology.orchestra.run.smithi053.stdout: jq-1.6-16.el9.x86_64 2024-04-07T14:38:38.645 INFO:teuthology.orchestra.run.smithi053.stdout: libcephsqlite-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:38.645 INFO:teuthology.orchestra.run.smithi053.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-07T14:38:38.646 INFO:teuthology.orchestra.run.smithi053.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-07T14:38:38.646 INFO:teuthology.orchestra.run.smithi053.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-07T14:38:38.646 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:38.646 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:38:38.879 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:38:38.879 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:38:38.879 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.880 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:38:38.881 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.882 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:38:38.883 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.884 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.885 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.886 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:38.887 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.888 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:38.889 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:05 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:38:38.889 INFO:teuthology.orchestra.run.smithi136.stdout:Package ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:38:38.934 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph 2024-04-07T14:38:38.948 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:38:38.950 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T14:38:38.950 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:38:39.029 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-dashboard 2024-04-07T14:38:39.169 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:38:39.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:38:39.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:38:39.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:38:39.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.176 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:38:39.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.176 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:38:39.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.176 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.179 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.180 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.180 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.180 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:39.180 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.180 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.180 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.180 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.180 INFO:teuthology.orchestra.run.smithi164.stdout:Package ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:38:39.238 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:38:39.239 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-04-07T14:38:39.239 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:38:39.298 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-dashboard 2024-04-07T14:38:39.538 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:00:45 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:38:39.620 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:05 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:38:39.840 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:38:39.840 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.841 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:38:39.842 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.843 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:38:39.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:38:39.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:39.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:39.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.850 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:39.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.888 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:06 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:38:39.909 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:38:39.909 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:38:39.909 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:38:39.909 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.909 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:38:39.909 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.909 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:38:39.909 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.910 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.911 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:38:39.912 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.913 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.914 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:38:39.915 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.916 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:39.917 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:39.918 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:39.919 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.920 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.920 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.920 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:39.921 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:38:39.923 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: ceph x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 6.6 k 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mds x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 2.4 M 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 1.5 M 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 249 k 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mon x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 4.7 M 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-osd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 17 M 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-07T14:38:39.924 INFO:teuthology.orchestra.run.smithi053.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-collections 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-07T14:38:39.925 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-07T14:38:39.926 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout:Install 36 Packages 2024-04-07T14:38:39.927 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:39.928 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 30 M 2024-04-07T14:38:39.928 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 108 M 2024-04-07T14:38:39.928 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:38:39.979 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:38:39.979 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 3.5 M 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 34 k 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 16 k 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-07T14:38:39.980 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-07T14:38:39.981 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-07T14:38:39.981 INFO:teuthology.orchestra.run.smithi136.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-07T14:38:39.981 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-07T14:38:39.981 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-07T14:38:39.981 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:39.981 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:38:39.981 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:38:39.981 INFO:teuthology.orchestra.run.smithi136.stdout:Install 12 Packages 2024-04-07T14:38:39.981 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:39.982 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 8.6 M 2024-04-07T14:38:39.982 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 104 M 2024-04-07T14:38:39.982 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:38:40.180 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:38:40.180 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:38:40.180 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:38:40.180 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.180 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:38:40.180 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.180 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:38:40.180 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.180 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:38:40.181 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.182 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.183 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.184 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.185 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.186 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.187 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.188 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.189 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.189 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:40.248 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:38:40.249 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:40.249 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:38:40.249 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:40.249 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:38:40.249 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 3.5 M 2024-04-07T14:38:40.249 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 34 k 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 16 k 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:38:40.250 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:38:40.251 INFO:teuthology.orchestra.run.smithi164.stdout:Install 12 Packages 2024-04-07T14:38:40.251 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:40.251 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 8.6 M 2024-04-07T14:38:40.251 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 104 M 2024-04-07T14:38:40.251 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:38:40.699 INFO:teuthology.orchestra.run.smithi164.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2578.ge5c 63 kB/s | 16 kB 00:00 2024-04-07T14:38:40.720 INFO:teuthology.orchestra.run.smithi136.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2578.ge5c 78 kB/s | 16 kB 00:00 2024-04-07T14:38:40.725 INFO:teuthology.orchestra.run.smithi164.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2578.ge5 118 kB/s | 34 kB 00:00 2024-04-07T14:38:40.753 INFO:teuthology.orchestra.run.smithi053.stdout:(1/36): ceph-19.0.0-2578.ge5c885fe.el9.x86_64.r 25 kB/s | 6.6 kB 00:00 2024-04-07T14:38:40.787 INFO:teuthology.orchestra.run.smithi136.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2578.ge5 123 kB/s | 34 kB 00:00 2024-04-07T14:38:41.050 INFO:teuthology.orchestra.run.smithi164.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2578.ge5c885f 5.8 MB/s | 3.5 MB 00:00 2024-04-07T14:38:41.175 INFO:teuthology.orchestra.run.smithi164.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 598 kB/s | 269 kB 00:00 2024-04-07T14:38:41.242 INFO:teuthology.orchestra.run.smithi164.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.4 MB/s | 863 kB 00:00 2024-04-07T14:38:41.345 INFO:teuthology.orchestra.run.smithi053.stdout:(2/36): ceph-mds-19.0.0-2578.ge5c885fe.el9.x86_ 2.8 MB/s | 2.4 MB 00:00 2024-04-07T14:38:41.554 INFO:teuthology.orchestra.run.smithi136.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 351 kB/s | 269 kB 00:00 2024-04-07T14:38:41.567 INFO:teuthology.orchestra.run.smithi164.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 60 kB/s | 19 kB 00:00 2024-04-07T14:38:41.720 INFO:teuthology.orchestra.run.smithi053.stdout:(3/36): ceph-mgr-19.0.0-2578.ge5c885fe.el9.x86_ 1.2 MB/s | 1.5 MB 00:01 2024-04-07T14:38:41.768 INFO:teuthology.orchestra.run.smithi164.stdout:(7/12): protobuf-3.14.0-13.el9.x86_64.rpm 967 kB/s | 1.0 MB 00:01 2024-04-07T14:38:41.854 INFO:teuthology.orchestra.run.smithi053.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2578.ge5c8 1.8 MB/s | 249 kB 00:00 2024-04-07T14:38:41.868 INFO:teuthology.orchestra.run.smithi164.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 791 kB/s | 548 kB 00:00 2024-04-07T14:38:41.913 INFO:teuthology.orchestra.run.smithi136.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 866 kB/s | 1.0 MB 00:01 2024-04-07T14:38:42.035 INFO:teuthology.orchestra.run.smithi164.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 4.4 MB/s | 2.0 MB 00:00 2024-04-07T14:38:42.060 INFO:teuthology.orchestra.run.smithi164.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 495 kB/s | 144 kB 00:00 2024-04-07T14:38:42.077 INFO:teuthology.orchestra.run.smithi164.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 148 kB/s | 31 kB 00:00 2024-04-07T14:38:42.121 INFO:teuthology.orchestra.run.smithi136.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.5 MB/s | 863 kB 00:00 2024-04-07T14:38:42.127 INFO:teuthology.orchestra.run.smithi164.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-07T14:38:42.133 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:42.133 INFO:teuthology.orchestra.run.smithi164.stdout:Total 4.6 MB/s | 8.6 MB 00:01 2024-04-07T14:38:42.180 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:38:42.198 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:38:42.198 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:38:42.387 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:38:42.387 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:38:42.388 INFO:teuthology.orchestra.run.smithi136.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 73 kB/s | 19 kB 00:00 2024-04-07T14:38:42.446 INFO:teuthology.orchestra.run.smithi053.stdout:(5/36): ceph-osd-19.0.0-2578.ge5c885fe.el9.x86_ 15 MB/s | 17 MB 00:01 2024-04-07T14:38:42.497 INFO:teuthology.orchestra.run.smithi136.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 939 kB/s | 548 kB 00:00 2024-04-07T14:38:42.888 INFO:teuthology.orchestra.run.smithi053.stdout:(6/36): ceph-mon-19.0.0-2578.ge5c885fe.el9.x86_ 2.2 MB/s | 4.7 MB 00:02 2024-04-07T14:38:42.922 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:38:42.930 INFO:teuthology.orchestra.run.smithi136.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 334 kB/s | 144 kB 00:00 2024-04-07T14:38:42.994 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-07T14:38:43.029 INFO:teuthology.orchestra.run.smithi053.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 215 kB/s | 253 kB 00:01 2024-04-07T14:38:43.030 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-07T14:38:43.076 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-07T14:38:43.115 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-07T14:38:43.197 INFO:teuthology.orchestra.run.smithi136.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 115 kB/s | 31 kB 00:00 2024-04-07T14:38:43.222 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-07T14:38:43.248 INFO:teuthology.orchestra.run.smithi136.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2024-04-07T14:38:43.358 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-07T14:38:43.452 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-07T14:38:43.503 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-07T14:38:43.506 INFO:teuthology.orchestra.run.smithi136.stdout:(11/12): ceph-mgr-dashboard-19.0.0-2578.ge5c885 1.2 MB/s | 3.5 MB 00:02 2024-04-07T14:38:43.532 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-07T14:38:43.556 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 10/12 2024-04-07T14:38:43.671 INFO:teuthology.orchestra.run.smithi053.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 136 kB/s | 106 kB 00:00 2024-04-07T14:38:43.707 INFO:teuthology.orchestra.run.smithi136.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 370 kB/s | 188 kB 00:00 2024-04-07T14:38:43.711 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:43.711 INFO:teuthology.orchestra.run.smithi136.stdout:Total 2.3 MB/s | 8.6 MB 00:03 2024-04-07T14:38:43.763 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:38:43.781 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:38:43.782 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:38:43.847 INFO:teuthology.orchestra.run.smithi053.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 165 kB/s | 135 kB 00:00 2024-04-07T14:38:43.972 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:38:43.972 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:38:44.494 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:38:44.574 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-07T14:38:44.596 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 11/12 2024-04-07T14:38:44.609 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-07T14:38:44.631 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T14:38:44.655 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-07T14:38:44.695 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-07T14:38:44.697 INFO:teuthology.orchestra.run.smithi053.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 122 kB/s | 125 kB 00:01 2024-04-07T14:38:44.812 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-07T14:38:44.937 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-07T14:38:44.980 INFO:teuthology.orchestra.run.smithi053.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 495 kB/s | 1.2 MB 00:02 2024-04-07T14:38:45.032 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-07T14:38:45.083 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-07T14:38:45.097 INFO:teuthology.orchestra.run.smithi053.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 172 kB/s | 215 kB 00:01 2024-04-07T14:38:45.120 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-07T14:38:45.152 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 10/12 2024-04-07T14:38:45.789 INFO:teuthology.orchestra.run.smithi053.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 173 kB/s | 188 kB 00:01 2024-04-07T14:38:45.839 INFO:teuthology.orchestra.run.smithi053.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 47 kB/s | 35 kB 00:00 2024-04-07T14:38:45.941 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T14:38:45.941 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 1/12 2024-04-07T14:38:45.941 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 2/12 2024-04-07T14:38:45.941 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 3/12 2024-04-07T14:38:45.941 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-07T14:38:45.942 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-07T14:38:45.942 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-07T14:38:45.942 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-07T14:38:45.942 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-07T14:38:45.942 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-07T14:38:45.942 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-07T14:38:45.942 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-07T14:38:45.998 INFO:teuthology.orchestra.run.smithi053.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 169 kB/s | 172 kB 00:01 2024-04-07T14:38:46.198 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 11/12 2024-04-07T14:38:46.235 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T14:38:46.310 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-07T14:38:46.420 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:46.420 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:38:46.420 INFO:teuthology.orchestra.run.smithi164.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-07T14:38:46.420 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:46.420 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:46.420 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:46.420 INFO:teuthology.orchestra.run.smithi164.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-07T14:38:46.420 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-07T14:38:46.421 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-07T14:38:46.421 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-07T14:38:46.421 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-07T14:38:46.421 INFO:teuthology.orchestra.run.smithi164.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-07T14:38:46.421 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-07T14:38:46.421 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-07T14:38:46.421 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:46.421 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:38:46.422 INFO:teuthology.orchestra.run.smithi053.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 70 kB/s | 22 kB 00:00 2024-04-07T14:38:46.490 INFO:teuthology.orchestra.run.smithi053.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 73 kB/s | 51 kB 00:00 2024-04-07T14:38:46.524 INFO:teuthology.orchestra.run.smithi053.stdout:(18/36): python3-toml-0.10.2-6.el9.noarch.rpm 61 kB/s | 42 kB 00:00 2024-04-07T14:38:46.554 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-07T14:38:46.691 INFO:teuthology.orchestra.run.smithi053.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 402 kB/s | 151 kB 00:00 2024-04-07T14:38:46.783 INFO:teuthology.orchestra.run.smithi053.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 149 kB/s | 43 kB 00:00 2024-04-07T14:38:46.866 INFO:teuthology.orchestra.run.smithi053.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.0 MB/s | 358 kB 00:00 2024-04-07T14:38:46.891 INFO:teuthology.orchestra.run.smithi053.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-04-07T14:38:46.916 INFO:teuthology.orchestra.run.smithi053.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 438 kB/s | 172 kB 00:00 2024-04-07T14:38:46.942 INFO:teuthology.orchestra.run.smithi053.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-04-07T14:38:46.975 INFO:teuthology.orchestra.run.smithi053.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 277 kB/s | 23 kB 00:00 2024-04-07T14:38:47.001 INFO:teuthology.orchestra.run.smithi053.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 232 kB/s | 19 kB 00:00 2024-04-07T14:38:47.026 INFO:teuthology.orchestra.run.smithi053.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 234 kB/s | 20 kB 00:00 2024-04-07T14:38:47.093 INFO:teuthology.orchestra.run.smithi053.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-04-07T14:38:47.118 INFO:teuthology.orchestra.run.smithi053.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 674 kB/s | 79 kB 00:00 2024-04-07T14:38:47.152 INFO:teuthology.orchestra.run.smithi053.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-04-07T14:38:47.170 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:14 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:38:47.177 INFO:teuthology.orchestra.run.smithi053.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-07T14:38:47.202 INFO:teuthology.orchestra.run.smithi053.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-04-07T14:38:47.236 INFO:teuthology.orchestra.run.smithi053.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 427 kB/s | 36 kB 00:00 2024-04-07T14:38:47.319 INFO:teuthology.orchestra.run.smithi053.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 240 kB/s | 20 kB 00:00 2024-04-07T14:38:47.362 INFO:teuthology.orchestra.run.smithi053.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.6 MB/s | 427 kB 00:00 2024-04-07T14:38:47.386 INFO:teuthology.orchestra.run.smithi053.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.1 MB/s | 230 kB 00:00 2024-04-07T14:38:47.392 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:47.392 INFO:teuthology.orchestra.run.smithi053.stdout:Total 4.0 MB/s | 30 MB 00:07 2024-04-07T14:38:47.471 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:38:47.471 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:38:47.471 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:38:47.472 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.473 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:38:47.474 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.475 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.476 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.477 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:47.478 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.478 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.478 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.478 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.478 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:38:47.478 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.478 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.478 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.479 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.479 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.479 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.479 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:47.479 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.479 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.479 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.479 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.479 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.480 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.481 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:47.521 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T14:38:47.521 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 1/12 2024-04-07T14:38:47.521 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 2/12 2024-04-07T14:38:47.521 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 3/12 2024-04-07T14:38:47.522 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-07T14:38:47.522 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-07T14:38:47.522 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-07T14:38:47.522 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-07T14:38:47.522 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-07T14:38:47.522 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-07T14:38:47.522 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-07T14:38:47.522 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-07T14:38:47.532 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:38:47.543 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:38:47.544 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================= 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================= 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 7.4 M 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-07T14:38:47.545 INFO:teuthology.orchestra.run.smithi164.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================= 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout:Install 12 Packages 2024-04-07T14:38:47.546 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:38:47.547 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 38 M 2024-04-07T14:38:47.547 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 209 M 2024-04-07T14:38:47.547 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:38:47.574 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:38:47.575 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:38:47.900 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-07T14:38:47.900 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:47.900 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:38:47.900 INFO:teuthology.orchestra.run.smithi136.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-07T14:38:47.900 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:47.900 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:47.900 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:47.900 INFO:teuthology.orchestra.run.smithi136.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-07T14:38:47.900 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-07T14:38:47.901 INFO:teuthology.orchestra.run.smithi136.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-07T14:38:47.901 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-07T14:38:47.901 INFO:teuthology.orchestra.run.smithi136.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-07T14:38:47.901 INFO:teuthology.orchestra.run.smithi136.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-07T14:38:47.901 INFO:teuthology.orchestra.run.smithi136.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-07T14:38:47.901 INFO:teuthology.orchestra.run.smithi136.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-07T14:38:47.901 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:47.901 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:38:48.018 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:38:48.019 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:38:48.203 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-07T14:38:48.369 INFO:teuthology.orchestra.run.smithi164.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-25 13 MB/s | 7.4 MB 00:00 2024-04-07T14:38:48.728 INFO:teuthology.orchestra.run.smithi164.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 210 kB/s | 195 kB 00:00 2024-04-07T14:38:48.745 INFO:teuthology.orchestra.run.smithi164.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 87 kB/s | 33 kB 00:00 2024-04-07T14:38:48.820 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:14 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:38:49.012 INFO:teuthology.orchestra.run.smithi164.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 68 kB/s | 18 kB 00:00 2024-04-07T14:38:49.108 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:38:49.108 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:38:49.108 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:38:49.108 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:38:49.109 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:38:49.110 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:38:49.111 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:38:49.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:38:49.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:49.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:49.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.117 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:49.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.118 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:49.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:49.178 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================= 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================= 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 7.4 M 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-07T14:38:49.179 INFO:teuthology.orchestra.run.smithi136.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout:======================================================================================= 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout:Install 12 Packages 2024-04-07T14:38:49.180 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:49.181 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 38 M 2024-04-07T14:38:49.181 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 209 M 2024-04-07T14:38:49.181 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:38:49.337 INFO:teuthology.orchestra.run.smithi164.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 108 kB/s | 35 kB 00:00 2024-04-07T14:38:49.395 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:38:49.447 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-07T14:38:49.457 INFO:teuthology.orchestra.run.smithi136.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 195 kB 00:00 2024-04-07T14:38:49.481 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-07T14:38:49.491 INFO:teuthology.orchestra.run.smithi136.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 6.0 MB/s | 803 kB 00:00 2024-04-07T14:38:49.508 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-07T14:38:49.554 INFO:teuthology.orchestra.run.smithi164.stdout:(6/12): libgfortran-11.4.1-3.el9.x86_64.rpm 457 kB/s | 803 kB 00:01 2024-04-07T14:38:49.558 INFO:teuthology.orchestra.run.smithi136.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 326 kB/s | 33 kB 00:00 2024-04-07T14:38:49.580 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-07T14:38:49.600 INFO:teuthology.orchestra.run.smithi136.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 436 kB/s | 18 kB 00:00 2024-04-07T14:38:49.624 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-07T14:38:49.650 INFO:teuthology.orchestra.run.smithi136.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 704 kB/s | 35 kB 00:00 2024-04-07T14:38:49.656 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-07T14:38:49.752 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-07T14:38:49.817 INFO:teuthology.orchestra.run.smithi136.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.2 MB/s | 3.0 MB 00:00 2024-04-07T14:38:49.837 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-07T14:38:49.885 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-07T14:38:49.919 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-07T14:38:49.926 INFO:teuthology.orchestra.run.smithi136.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-25 13 MB/s | 7.4 MB 00:00 2024-04-07T14:38:49.949 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-07T14:38:49.951 INFO:teuthology.orchestra.run.smithi136.stdout:(8/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.8 MB/s | 245 kB 00:00 2024-04-07T14:38:49.983 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-07T14:38:50.001 INFO:teuthology.orchestra.run.smithi136.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-04-07T14:38:50.017 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-07T14:38:50.057 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-07T14:38:50.101 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-07T14:38:50.135 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-07T14:38:50.173 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-07T14:38:50.249 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-07T14:38:50.385 INFO:teuthology.orchestra.run.smithi136.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 11 MB/s | 5.1 MB 00:00 2024-04-07T14:38:50.390 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-07T14:38:50.452 INFO:teuthology.orchestra.run.smithi136.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 5.9 MB/s | 4.7 MB 00:00 2024-04-07T14:38:50.475 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-07T14:38:50.527 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-07T14:38:50.564 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-07T14:38:50.623 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-07T14:38:50.627 INFO:teuthology.orchestra.run.smithi136.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-04-07T14:38:50.628 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:50.628 INFO:teuthology.orchestra.run.smithi136.stdout:Total 26 MB/s | 38 MB 00:01 2024-04-07T14:38:50.687 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-07T14:38:50.829 INFO:teuthology.orchestra.run.smithi164.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 192 kB/s | 245 kB 00:01 2024-04-07T14:38:50.881 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-07T14:38:50.927 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-07T14:38:50.981 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:38:51.008 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:38:51.008 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:38:51.008 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-07T14:38:51.098 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-07T14:38:51.134 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-07T14:38:51.256 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-07T14:38:51.430 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 31/36 2024-04-07T14:38:51.431 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:38:51.431 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:38:51.461 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T14:38:51.486 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 32/36 2024-04-07T14:38:51.486 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:51.486 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-07T14:38:51.486 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T14:38:51.486 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-07T14:38:51.486 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:52.054 INFO:teuthology.orchestra.run.smithi164.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 920 kB/s | 3.0 MB 00:03 2024-04-07T14:38:52.239 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:38:52.304 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-07T14:38:52.351 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-07T14:38:52.450 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-07T14:38:52.485 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-07T14:38:52.662 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-07T14:38:52.663 INFO:teuthology.orchestra.run.smithi164.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 412 kB/s | 250 kB 00:00 2024-04-07T14:38:52.701 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-07T14:38:52.782 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-07T14:38:53.012 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T14:38:53.037 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 33/36 2024-04-07T14:38:53.038 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:53.038 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-07T14:38:53.038 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T14:38:53.038 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-07T14:38:53.038 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:53.355 INFO:teuthology.orchestra.run.smithi164.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.2 MB/s | 4.7 MB 00:04 2024-04-07T14:38:53.430 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-07T14:38:53.512 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T14:38:53.535 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 34/36 2024-04-07T14:38:53.536 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:53.536 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-07T14:38:53.536 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T14:38:53.536 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-07T14:38:53.536 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:53.537 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-07T14:38:53.771 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T14:38:53.794 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 35/36 2024-04-07T14:38:53.794 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:38:53.794 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-07T14:38:53.794 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T14:38:53.794 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-07T14:38:53.794 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:53.863 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T14:38:54.778 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T14:38:55.552 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 36/36 2024-04-07T14:38:55.552 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/36 2024-04-07T14:38:55.552 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/36 2024-04-07T14:38:55.552 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 3/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 4/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 5/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9. 6/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-07T14:38:55.553 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-07T14:38:55.554 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-07T14:38:55.554 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-07T14:38:55.554 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-07T14:38:55.554 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-07T14:38:55.554 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-07T14:38:55.554 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-07T14:38:55.554 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-07T14:38:55.554 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-07T14:38:55.554 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-07T14:38:55.555 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-07T14:38:55.556 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-07T14:38:55.556 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-07T14:38:55.807 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-07T14:38:55.843 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T14:38:55.922 INFO:teuthology.orchestra.run.smithi164.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.0 MB/s | 5.1 MB 00:05 2024-04-07T14:38:56.746 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mds-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-modules-core-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mon-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-osd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout: lua-5.4.4-4.el9.x86_64 2024-04-07T14:38:56.747 INFO:teuthology.orchestra.run.smithi053.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-07T14:38:56.748 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-ply-3.11-14.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-07T14:38:56.749 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-07T14:38:56.750 INFO:teuthology.orchestra.run.smithi053.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-07T14:38:56.750 INFO:teuthology.orchestra.run.smithi053.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-07T14:38:56.750 INFO:teuthology.orchestra.run.smithi053.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-07T14:38:56.750 INFO:teuthology.orchestra.run.smithi053.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-07T14:38:56.750 INFO:teuthology.orchestra.run.smithi053.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-07T14:38:56.750 INFO:teuthology.orchestra.run.smithi053.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-07T14:38:56.750 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:56.750 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:38:57.072 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-base 2024-04-07T14:38:57.678 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:03 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:38:57.980 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.981 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.982 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:38:57.983 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:38:57.984 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.985 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.986 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.987 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.988 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.989 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.990 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.990 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:57.990 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.990 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.990 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.990 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:57.990 INFO:teuthology.orchestra.run.smithi053.stdout:Package ceph-base-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:38:58.053 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:38:58.054 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-07T14:38:58.054 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:38:58.124 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install cephadm 2024-04-07T14:38:58.453 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T14:38:58.453 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 1/12 2024-04-07T14:38:58.453 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-07T14:38:58.454 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-07T14:38:58.454 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-07T14:38:58.454 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-07T14:38:58.454 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-07T14:38:58.454 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-07T14:38:58.454 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-07T14:38:58.454 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-07T14:38:58.454 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T14:38:58.454 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-07T14:38:58.488 INFO:teuthology.orchestra.run.smithi164.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.8 MB/s | 16 MB 00:05 2024-04-07T14:38:58.489 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:58.489 INFO:teuthology.orchestra.run.smithi164.stdout:Total 3.5 MB/s | 38 MB 00:10 2024-04-07T14:38:58.727 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:04 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:38:58.837 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:38:58.864 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:38:58.864 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:38:58.937 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-07T14:38:58.937 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-07T14:38:58.938 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:38:58.939 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:38:59.029 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:38:59.029 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:38:59.029 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:38:59.029 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.029 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:38:59.029 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:38:59.030 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:38:59.031 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.032 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:38:59.033 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.034 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:38:59.035 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:38:59.036 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.037 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.038 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.039 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:38:59.101 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:38:59.102 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:38:59.102 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:38:59.102 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:38:59.102 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:38:59.103 INFO:teuthology.orchestra.run.smithi053.stdout: cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 762 k 2024-04-07T14:38:59.103 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:59.103 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:38:59.103 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:38:59.103 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-04-07T14:38:59.103 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:38:59.103 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 762 k 2024-04-07T14:38:59.103 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 768 k 2024-04-07T14:38:59.103 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:38:59.298 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:38:59.298 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:38:59.331 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-rook 2024-04-07T14:38:59.760 INFO:teuthology.orchestra.run.smithi053.stdout:cephadm-19.0.0-2578.ge5c885fe.el9.noarch.rpm 1.1 MB/s | 762 kB 00:00 2024-04-07T14:38:59.760 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:38:59.760 INFO:teuthology.orchestra.run.smithi053.stdout:Total 1.1 MB/s | 762 kB 00:00 2024-04-07T14:38:59.761 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:38:59.766 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:38:59.766 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:38:59.772 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:38:59.773 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:38:59.854 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:38:59.935 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:25 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:00.057 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:00.142 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-07T14:39:00.186 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.224 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:00.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:00.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:00.284 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-07T14:39:00.292 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:00.294 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:00.294 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:39:00.294 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:00.294 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-rook noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 49 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-07T14:39:00.295 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-07T14:39:00.296 INFO:teuthology.orchestra.run.smithi136.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-07T14:39:00.296 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:00.296 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:39:00.296 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:00.296 INFO:teuthology.orchestra.run.smithi136.stdout:Install 13 Packages 2024-04-07T14:39:00.296 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:00.296 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 2.2 M 2024-04-07T14:39:00.297 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 26 M 2024-04-07T14:39:00.297 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:39:00.320 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-07T14:39:00.337 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:39:00.417 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:39:00.498 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-07T14:39:00.528 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-07T14:39:00.612 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-07T14:39:00.837 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:39:00.968 INFO:teuthology.orchestra.run.smithi136.stdout:(1/13): ceph-mgr-rook-19.0.0-2578.ge5c885fe.el9 106 kB/s | 49 kB 00:00 2024-04-07T14:39:01.156 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/1 2024-04-07T14:39:01.156 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:01.156 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:01.156 INFO:teuthology.orchestra.run.smithi053.stdout: cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:01.156 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:01.156 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:01.227 INFO:teuthology.orchestra.run.smithi136.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 26 kB/s | 19 kB 00:00 2024-04-07T14:39:01.251 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-07T14:39:01.277 INFO:teuthology.orchestra.run.smithi136.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 33 kB/s | 26 kB 00:00 2024-04-07T14:39:01.364 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-07T14:39:01.463 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-immutable-object-cache 2024-04-07T14:39:02.069 INFO:teuthology.orchestra.run.smithi136.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 202 kB/s | 222 kB 00:01 2024-04-07T14:39:02.074 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:08 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:02.286 INFO:teuthology.orchestra.run.smithi136.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 153 kB/s | 159 kB 00:01 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:02.379 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:02.380 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.381 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.382 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:02.383 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.383 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:02.383 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.383 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:02.383 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.383 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:02.383 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.383 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:02.383 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:02.384 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:02.385 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.386 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:02.387 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.388 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.388 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.388 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.388 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:02.388 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.388 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.388 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.388 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:02.451 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:02.452 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:02.452 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-04-07T14:39:02.452 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:02.452 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:02.452 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 145 k 2024-04-07T14:39:02.452 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:02.452 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:02.452 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:02.453 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-04-07T14:39:02.453 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:02.453 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 145 k 2024-04-07T14:39:02.453 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 435 k 2024-04-07T14:39:02.453 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:02.594 INFO:teuthology.orchestra.run.smithi136.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 104 kB/s | 32 kB 00:00 2024-04-07T14:39:02.603 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T14:39:02.661 INFO:teuthology.orchestra.run.smithi136.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 225 kB/s | 15 kB 00:00 2024-04-07T14:39:02.811 INFO:teuthology.orchestra.run.smithi136.stdout:(8/13): python3-google-auth-2.28.2-1.el9.noarch 1.3 MB/s | 203 kB 00:00 2024-04-07T14:39:02.823 INFO:teuthology.orchestra.run.smithi053.stdout:ceph-immutable-object-cache-19.0.0-2578.ge5c885 391 kB/s | 145 kB 00:00 2024-04-07T14:39:02.824 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:02.824 INFO:teuthology.orchestra.run.smithi053.stdout:Total 390 kB/s | 145 kB 00:00 2024-04-07T14:39:02.824 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:02.833 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:02.833 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:02.862 INFO:teuthology.orchestra.run.smithi136.stdout:(9/13): python3-requests-oauthlib-1.3.0-12.el9. 68 kB/s | 54 kB 00:00 2024-04-07T14:39:02.887 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:02.888 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:03.036 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:03.100 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T14:39:03.124 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T14:39:03.124 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:39:03.124 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-07T14:39:03.124 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:03.162 INFO:teuthology.orchestra.run.smithi136.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 197 kB/s | 59 kB 00:00 2024-04-07T14:39:03.188 INFO:teuthology.orchestra.run.smithi136.stdout:(11/13): python3-pyasn1-modules-0.4.8-6.el9.noa 146 kB/s | 279 kB 00:01 2024-04-07T14:39:03.254 INFO:teuthology.orchestra.run.smithi136.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 2.3 MB/s | 1.0 MB 00:00 2024-04-07T14:39:03.296 INFO:teuthology.orchestra.run.smithi136.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 669 kB/s | 90 kB 00:00 2024-04-07T14:39:03.299 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:03.299 INFO:teuthology.orchestra.run.smithi136.stdout:Total 749 kB/s | 2.2 MB 00:03 2024-04-07T14:39:03.365 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:39:03.380 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:39:03.380 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:39:03.478 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:39:03.479 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:39:03.653 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-07T14:39:03.678 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T14:39:04.016 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:39:04.129 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe. 1/1 2024-04-07T14:39:04.130 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:04.130 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:04.130 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-immutable-object-cache-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:04.130 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:04.130 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:04.186 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-07T14:39:04.239 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-07T14:39:04.303 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-07T14:39:04.340 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-07T14:39:04.382 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-07T14:39:04.394 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr 2024-04-07T14:39:04.477 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-07T14:39:04.576 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-07T14:39:04.625 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-07T14:39:05.002 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:11 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:05.303 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:05.303 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:05.303 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:05.303 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.303 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:05.303 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.303 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:05.304 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.304 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:05.304 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.304 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:05.304 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.304 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.305 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:05.306 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:05.307 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.308 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:05.308 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.308 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:05.308 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.308 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:05.308 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.308 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:05.308 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:05.309 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:05.310 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.311 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:05.312 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.313 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.313 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.313 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.313 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:05.313 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.313 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.313 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.313 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:05.313 INFO:teuthology.orchestra.run.smithi053.stdout:Package ceph-mgr-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:05.354 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-07T14:39:05.374 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:05.375 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-07T14:39:05.375 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:05.408 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-07T14:39:05.441 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-07T14:39:05.456 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-dashboard 2024-04-07T14:39:05.490 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-07T14:39:05.511 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T14:39:06.051 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:12 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:06.306 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 1/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-07T14:39:06.307 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-07T14:39:06.347 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 1/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T14:39:06.348 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-07T14:39:06.352 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:06.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.356 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:06.357 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.358 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.359 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.360 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.361 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.362 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:06.362 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.362 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.362 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.362 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:06.424 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:06.426 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:06.426 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:39:06.426 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:06.426 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:06.426 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 3.5 M 2024-04-07T14:39:06.426 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:39:06.426 INFO:teuthology.orchestra.run.smithi053.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-07T14:39:06.426 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 34 k 2024-04-07T14:39:06.426 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 16 k 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout:Install 12 Packages 2024-04-07T14:39:06.427 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:06.428 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 8.6 M 2024-04-07T14:39:06.428 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 104 M 2024-04-07T14:39:06.428 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:06.718 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-07T14:39:06.718 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:06.718 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:39:06.718 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:06.718 INFO:teuthology.orchestra.run.smithi136.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:06.719 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:06.777 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-07T14:39:06.777 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:06.777 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:06.777 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:06.777 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:06.778 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:06.877 INFO:teuthology.orchestra.run.smithi053.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2578.ge5 199 kB/s | 34 kB 00:00 2024-04-07T14:39:06.999 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-mgr-cephadm 2024-04-07T14:39:07.060 INFO:teuthology.orchestra.run.smithi053.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2578.ge5c 46 kB/s | 16 kB 00:00 2024-04-07T14:39:07.131 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-rook 2024-04-07T14:39:07.461 INFO:teuthology.orchestra.run.smithi053.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2578.ge5c885f 4.7 MB/s | 3.5 MB 00:00 2024-04-07T14:39:07.528 INFO:teuthology.orchestra.run.smithi053.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 577 kB/s | 269 kB 00:00 2024-04-07T14:39:07.613 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:33 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:07.686 INFO:teuthology.orchestra.run.smithi053.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.4 MB/s | 548 kB 00:00 2024-04-07T14:39:07.720 INFO:teuthology.orchestra.run.smithi053.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 588 kB/s | 19 kB 00:00 2024-04-07T14:39:07.731 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:34 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:07.770 INFO:teuthology.orchestra.run.smithi053.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.7 MB/s | 863 kB 00:00 2024-04-07T14:39:07.837 INFO:teuthology.orchestra.run.smithi053.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 17 MB/s | 2.0 MB 00:00 2024-04-07T14:39:07.862 INFO:teuthology.orchestra.run.smithi053.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-04-07T14:39:07.888 INFO:teuthology.orchestra.run.smithi053.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.2 MB/s | 144 kB 00:00 2024-04-07T14:39:07.913 INFO:teuthology.orchestra.run.smithi053.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.947 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.948 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.949 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:07.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.951 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.952 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:07.953 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.954 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.955 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:07.956 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.013 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:08.014 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:08.014 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:39:08.014 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:08.014 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:39:08.014 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 141 k 2024-04-07T14:39:08.014 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:39:08.014 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-07T14:39:08.014 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-07T14:39:08.014 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-07T14:39:08.015 INFO:teuthology.orchestra.run.smithi136.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-07T14:39:08.015 INFO:teuthology.orchestra.run.smithi136.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-07T14:39:08.015 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:08.015 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:39:08.015 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:08.015 INFO:teuthology.orchestra.run.smithi136.stdout:Install 6 Packages 2024-04-07T14:39:08.015 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:08.016 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 7.0 M 2024-04-07T14:39:08.016 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 33 M 2024-04-07T14:39:08.016 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.019 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:08.020 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:08.021 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.022 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.023 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.024 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.025 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:08.026 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.027 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.027 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.027 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.027 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:08.027 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.027 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.027 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.027 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:08.087 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:08.088 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:08.088 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:39:08.088 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:08.088 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:39:08.088 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-rook noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 49 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-07T14:39:08.089 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:08.090 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:39:08.090 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:08.090 INFO:teuthology.orchestra.run.smithi164.stdout:Install 13 Packages 2024-04-07T14:39:08.090 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:08.090 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 2.2 M 2024-04-07T14:39:08.090 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 26 M 2024-04-07T14:39:08.090 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:39:08.271 INFO:teuthology.orchestra.run.smithi053.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 741 kB/s | 1.0 MB 00:01 2024-04-07T14:39:08.273 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:08.274 INFO:teuthology.orchestra.run.smithi053.stdout:Total 4.7 MB/s | 8.6 MB 00:01 2024-04-07T14:39:08.278 INFO:teuthology.orchestra.run.smithi164.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 374 kB/s | 26 kB 00:00 2024-04-07T14:39:08.293 INFO:teuthology.orchestra.run.smithi136.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-04-07T14:39:08.303 INFO:teuthology.orchestra.run.smithi164.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 204 kB/s | 19 kB 00:00 2024-04-07T14:39:08.327 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:08.346 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:08.346 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:08.360 INFO:teuthology.orchestra.run.smithi136.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2578.ge5c885fe.e 574 kB/s | 141 kB 00:00 2024-04-07T14:39:08.370 INFO:teuthology.orchestra.run.smithi164.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.4 MB/s | 159 kB 00:00 2024-04-07T14:39:08.395 INFO:teuthology.orchestra.run.smithi164.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-04-07T14:39:08.421 INFO:teuthology.orchestra.run.smithi164.stdout:(5/13): ceph-mgr-rook-19.0.0-2578.ge5c885fe.el9 233 kB/s | 49 kB 00:00 2024-04-07T14:39:08.469 INFO:teuthology.orchestra.run.smithi136.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-04-07T14:39:08.471 INFO:teuthology.orchestra.run.smithi164.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 713 kB/s | 54 kB 00:00 2024-04-07T14:39:08.505 INFO:teuthology.orchestra.run.smithi164.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.0 MB/s | 279 kB 00:00 2024-04-07T14:39:08.545 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:08.546 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:08.588 INFO:teuthology.orchestra.run.smithi164.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 128 kB/s | 15 kB 00:00 2024-04-07T14:39:08.594 INFO:teuthology.orchestra.run.smithi136.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 247 kB/s | 58 kB 00:00 2024-04-07T14:39:08.605 INFO:teuthology.orchestra.run.smithi164.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 175 kB/s | 32 kB 00:00 2024-04-07T14:39:08.610 INFO:teuthology.orchestra.run.smithi136.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 360 kB/s | 51 kB 00:00 2024-04-07T14:39:08.697 INFO:teuthology.orchestra.run.smithi164.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.0 MB/s | 203 kB 00:00 2024-04-07T14:39:08.711 INFO:teuthology.orchestra.run.smithi136.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-04-07T14:39:08.712 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:08.712 INFO:teuthology.orchestra.run.smithi136.stdout:Total 10 MB/s | 7.0 MB 00:00 2024-04-07T14:39:08.714 INFO:teuthology.orchestra.run.smithi164.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 544 kB/s | 59 kB 00:00 2024-04-07T14:39:08.772 INFO:teuthology.orchestra.run.smithi164.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-04-07T14:39:08.783 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:39:08.794 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:39:08.794 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:39:08.806 INFO:teuthology.orchestra.run.smithi164.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.7 MB/s | 1.0 MB 00:00 2024-04-07T14:39:08.807 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:08.807 INFO:teuthology.orchestra.run.smithi164.stdout:Total 3.1 MB/s | 2.2 MB 00:00 2024-04-07T14:39:08.870 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:39:08.886 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:39:08.886 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:39:08.896 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:39:08.896 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:39:08.981 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:39:08.983 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:39:09.078 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:09.164 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-07T14:39:09.203 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:39:09.207 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-07T14:39:09.254 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-07T14:39:09.292 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-07T14:39:09.360 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-07T14:39:09.400 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-07T14:39:09.413 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-07T14:39:09.493 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:09.532 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-07T14:39:09.624 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-07T14:39:09.652 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-07T14:39:09.681 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-07T14:39:09.699 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-07T14:39:09.709 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-07T14:39:09.741 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 10/12 2024-04-07T14:39:09.754 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-07T14:39:09.792 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-07T14:39:09.833 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-07T14:39:09.925 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-07T14:39:09.929 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-07T14:39:10.008 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-07T14:39:10.045 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-07T14:39:10.078 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-07T14:39:10.093 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-07T14:39:10.109 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T14:39:10.810 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-07T14:39:10.848 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 11/12 2024-04-07T14:39:10.857 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-07T14:39:10.883 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T14:39:10.891 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-07T14:39:10.909 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T14:39:10.909 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/6 2024-04-07T14:39:10.909 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-07T14:39:10.909 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-07T14:39:10.909 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-07T14:39:10.909 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-07T14:39:10.938 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-07T14:39:10.961 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T14:39:11.225 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:11.226 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:11.498 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-fuse 2024-04-07T14:39:11.752 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T14:39:11.752 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 1/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-07T14:39:11.753 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-07T14:39:12.087 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:38 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:12.132 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-07T14:39:12.132 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:12.132 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:12.132 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:12.132 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-07T14:39:12.132 INFO:teuthology.orchestra.run.smithi164.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-07T14:39:12.132 INFO:teuthology.orchestra.run.smithi164.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-07T14:39:12.132 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-07T14:39:12.132 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-07T14:39:12.133 INFO:teuthology.orchestra.run.smithi164.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-07T14:39:12.133 INFO:teuthology.orchestra.run.smithi164.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-07T14:39:12.133 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-07T14:39:12.133 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-07T14:39:12.133 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-07T14:39:12.133 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-07T14:39:12.133 INFO:teuthology.orchestra.run.smithi164.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-07T14:39:12.133 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:12.133 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:12.235 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 12/12 2024-04-07T14:39:12.236 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el 1/12 2024-04-07T14:39:12.236 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noa 2/12 2024-04-07T14:39:12.236 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9 3/12 2024-04-07T14:39:12.236 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-07T14:39:12.236 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-07T14:39:12.237 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-07T14:39:12.237 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-07T14:39:12.237 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-07T14:39:12.237 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-07T14:39:12.237 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-07T14:39:12.238 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-07T14:39:12.370 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-cephadm 2024-04-07T14:39:12.383 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:12.383 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:12.383 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:12.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.383 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:12.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.383 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:12.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:12.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:12.385 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.386 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.387 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:12.388 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.389 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.390 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.391 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:12.392 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.392 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.392 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.392 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:12.452 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:12.453 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:12.453 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:39:12.453 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:12.453 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:39:12.453 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 890 k 2024-04-07T14:39:12.453 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:39:12.453 INFO:teuthology.orchestra.run.smithi136.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-07T14:39:12.453 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:12.453 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:39:12.454 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:12.454 INFO:teuthology.orchestra.run.smithi136.stdout:Install 2 Packages 2024-04-07T14:39:12.454 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:12.454 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 971 k 2024-04-07T14:39:12.454 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 2.8 M 2024-04-07T14:39:12.454 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:39:12.730 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-07T14:39:12.730 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:12.730 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:12.730 INFO:teuthology.orchestra.run.smithi053.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-07T14:39:12.730 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-grafana-dashboards-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:12.730 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-dashboard-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:12.730 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-prometheus-alerts-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:12.731 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:12.896 INFO:teuthology.orchestra.run.smithi136.stdout:(1/2): ceph-fuse-19.0.0-2578.ge5c885fe.el9.x86_ 2.8 MB/s | 890 kB 00:00 2024-04-07T14:39:12.968 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:39 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:13.000 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-07T14:39:13.021 INFO:teuthology.orchestra.run.smithi136.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 185 kB/s | 80 kB 00:00 2024-04-07T14:39:13.022 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:13.022 INFO:teuthology.orchestra.run.smithi136.stdout:Total 1.7 MB/s | 971 kB 00:00 2024-04-07T14:39:13.033 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:39:13.055 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:39:13.055 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:39:13.132 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:39:13.133 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:39:13.260 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:13.260 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:13.260 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:13.260 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.261 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:13.262 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:13.263 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:13.264 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:13.265 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.266 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.267 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.268 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:13.269 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.269 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.269 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.269 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.318 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:39:13.330 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 141 k 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-07T14:39:13.331 INFO:teuthology.orchestra.run.smithi164.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-07T14:39:13.332 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:13.332 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:39:13.332 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:13.332 INFO:teuthology.orchestra.run.smithi164.stdout:Install 6 Packages 2024-04-07T14:39:13.332 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:13.332 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 7.0 M 2024-04-07T14:39:13.333 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 33 M 2024-04-07T14:39:13.333 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:39:13.456 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-07T14:39:13.530 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T14:39:13.602 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:19 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:13.905 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:13.906 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:13.907 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:13.908 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.909 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.910 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.911 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.912 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.913 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:13.934 INFO:teuthology.orchestra.run.smithi164.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 899 kB/s | 248 kB 00:00 2024-04-07T14:39:13.959 INFO:teuthology.orchestra.run.smithi164.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2578.ge5c885fe.e 470 kB/s | 141 kB 00:00 2024-04-07T14:39:13.977 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:13.978 INFO:teuthology.orchestra.run.smithi053.stdout:======================================================================================= 2024-04-07T14:39:13.978 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:39:13.978 INFO:teuthology.orchestra.run.smithi053.stdout:======================================================================================= 2024-04-07T14:39:13.978 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:13.978 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 7.4 M 2024-04-07T14:39:13.978 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:13.979 INFO:teuthology.orchestra.run.smithi053.stdout:======================================================================================= 2024-04-07T14:39:13.980 INFO:teuthology.orchestra.run.smithi053.stdout:Install 12 Packages 2024-04-07T14:39:13.980 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:13.980 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 38 M 2024-04-07T14:39:13.980 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 209 M 2024-04-07T14:39:13.980 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:14.135 INFO:teuthology.orchestra.run.smithi164.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 6.0 MB 00:00 2024-04-07T14:39:14.160 INFO:teuthology.orchestra.run.smithi164.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 288 kB/s | 58 kB 00:00 2024-04-07T14:39:14.213 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T14:39:14.214 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/2 2024-04-07T14:39:14.218 INFO:teuthology.orchestra.run.smithi164.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.9 MB/s | 548 kB 00:00 2024-04-07T14:39:14.243 INFO:teuthology.orchestra.run.smithi164.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 470 kB/s | 51 kB 00:00 2024-04-07T14:39:14.246 INFO:teuthology.orchestra.run.smithi053.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.5 MB/s | 195 kB 00:00 2024-04-07T14:39:14.247 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:14.247 INFO:teuthology.orchestra.run.smithi164.stdout:Total 7.6 MB/s | 7.0 MB 00:00 2024-04-07T14:39:14.296 INFO:teuthology.orchestra.run.smithi053.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.4 MB/s | 803 kB 00:00 2024-04-07T14:39:14.316 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:39:14.328 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:39:14.328 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:39:14.338 INFO:teuthology.orchestra.run.smithi053.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 355 kB/s | 33 kB 00:00 2024-04-07T14:39:14.388 INFO:teuthology.orchestra.run.smithi053.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-04-07T14:39:14.430 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:39:14.430 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:39:14.438 INFO:teuthology.orchestra.run.smithi053.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 705 kB/s | 35 kB 00:00 2024-04-07T14:39:14.530 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-07T14:39:14.530 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:14.531 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:39:14.531 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-07T14:39:14.531 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:14.531 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:14.605 INFO:teuthology.orchestra.run.smithi053.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.7 MB/s | 3.0 MB 00:00 2024-04-07T14:39:14.656 INFO:teuthology.orchestra.run.smithi053.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 4.8 MB/s | 245 kB 00:00 2024-04-07T14:39:14.732 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:14.799 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install ceph-volume 2024-04-07T14:39:14.823 INFO:teuthology.orchestra.run.smithi053.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2024-04-07T14:39:14.898 INFO:teuthology.orchestra.run.smithi053.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 21 MB/s | 5.1 MB 00:00 2024-04-07T14:39:14.900 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-07T14:39:14.923 INFO:teuthology.orchestra.run.smithi053.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.4 MB/s | 250 kB 00:00 2024-04-07T14:39:14.962 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-07T14:39:15.349 INFO:teuthology.orchestra.run.smithi053.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 36 MB/s | 16 MB 00:00 2024-04-07T14:39:15.423 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:41 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:15.487 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-07T14:39:15.574 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-07T14:39:15.636 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-07T14:39:15.657 INFO:teuthology.orchestra.run.smithi053.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 4.8 MB/s | 7.4 MB 00:01 2024-04-07T14:39:15.658 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:15.658 INFO:teuthology.orchestra.run.smithi053.stdout:Total 23 MB/s | 38 MB 00:01 2024-04-07T14:39:15.666 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T14:39:15.713 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.714 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.715 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.716 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.717 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:15.718 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.719 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:15.720 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.721 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.722 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.723 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:15.785 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:15.785 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:15.785 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repository Size 2024-04-07T14:39:15.785 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:15.786 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:39:15.786 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-volume noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 264 k 2024-04-07T14:39:15.786 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-04-07T14:39:15.786 INFO:teuthology.orchestra.run.smithi136.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-07T14:39:15.786 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:15.786 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:39:15.786 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:15.786 INFO:teuthology.orchestra.run.smithi136.stdout:Install 2 Packages 2024-04-07T14:39:15.786 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:15.787 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 341 k 2024-04-07T14:39:15.787 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 1.5 M 2024-04-07T14:39:15.787 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:39:16.018 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:16.046 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:16.046 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:16.352 INFO:teuthology.orchestra.run.smithi136.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 174 kB/s | 77 kB 00:00 2024-04-07T14:39:16.452 INFO:teuthology.orchestra.run.smithi136.stdout:(2/2): ceph-volume-19.0.0-2578.ge5c885fe.el9.no 486 kB/s | 264 kB 00:00 2024-04-07T14:39:16.453 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:16.454 INFO:teuthology.orchestra.run.smithi136.stdout:Total 511 kB/s | 341 kB 00:00 2024-04-07T14:39:16.465 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:39:16.475 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:39:16.475 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:39:16.496 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T14:39:16.496 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/6 2024-04-07T14:39:16.496 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-07T14:39:16.496 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-07T14:39:16.496 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-07T14:39:16.496 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-07T14:39:16.519 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:39:16.519 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:39:16.521 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:16.522 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:16.668 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:39:16.815 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-07T14:39:16.815 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:16.815 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:16.815 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:16.816 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-07T14:39:16.816 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-07T14:39:16.816 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-07T14:39:16.816 INFO:teuthology.orchestra.run.smithi164.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-07T14:39:16.816 INFO:teuthology.orchestra.run.smithi164.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-07T14:39:16.816 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:16.816 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:16.845 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-07T14:39:16.882 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T14:39:16.896 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T14:39:16.896 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:39:16.896 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-07T14:39:16.897 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:17.058 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-fuse 2024-04-07T14:39:17.311 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:17.376 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-07T14:39:17.414 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-07T14:39:17.518 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-07T14:39:17.565 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-07T14:39:17.603 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 1/2 2024-04-07T14:39:17.748 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-07T14:39:17.789 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-07T14:39:17.864 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:44 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:17.867 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-07T14:39:17.972 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-07T14:39:17.972 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:17.972 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:39:17.972 INFO:teuthology.orchestra.run.smithi136.stdout: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:17.972 INFO:teuthology.orchestra.run.smithi136.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-07T14:39:17.972 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:17.972 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:18.168 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:18.168 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:18.168 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:18.168 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.168 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:18.168 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.168 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.169 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.170 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:18.171 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.172 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.173 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.174 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.175 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.176 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.177 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.178 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:18.237 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:18.238 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:18.238 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:39:18.238 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:18.238 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:39:18.238 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 890 k 2024-04-07T14:39:18.238 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:39:18.238 INFO:teuthology.orchestra.run.smithi164.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-07T14:39:18.238 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:18.238 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:39:18.239 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:18.239 INFO:teuthology.orchestra.run.smithi164.stdout:Install 2 Packages 2024-04-07T14:39:18.239 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:18.240 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 971 k 2024-04-07T14:39:18.240 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 2.8 M 2024-04-07T14:39:18.240 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:39:18.325 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librados-devel 2024-04-07T14:39:18.546 INFO:teuthology.orchestra.run.smithi164.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 482 kB/s | 80 kB 00:00 2024-04-07T14:39:18.548 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-07T14:39:18.655 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-07T14:39:18.934 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:44 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:19.179 INFO:teuthology.orchestra.run.smithi164.stdout:(2/2): ceph-fuse-19.0.0-2578.ge5c885fe.el9.x86_ 1.1 MB/s | 890 kB 00:00 2024-04-07T14:39:19.180 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:19.180 INFO:teuthology.orchestra.run.smithi164.stdout:Total 1.0 MB/s | 971 kB 00:00 2024-04-07T14:39:19.191 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:39:19.214 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:39:19.214 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:39:19.224 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:19.224 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.225 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:19.226 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:19.227 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:19.228 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:19.229 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:19.230 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.231 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.232 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:19.233 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.234 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.235 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.235 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.235 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:19.235 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.235 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.235 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.235 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:19.291 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:39:19.291 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:39:19.294 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout: librados-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 127 k 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T14:39:19.295 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:19.296 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 127 k 2024-04-07T14:39:19.296 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 456 k 2024-04-07T14:39:19.296 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:39:19.480 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:19.517 INFO:teuthology.orchestra.run.smithi136.stdout:librados-devel-19.0.0-2578.ge5c885fe.el9.x86_64 572 kB/s | 127 kB 00:00 2024-04-07T14:39:19.518 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:19.518 INFO:teuthology.orchestra.run.smithi136.stdout:Total 569 kB/s | 127 kB 00:00 2024-04-07T14:39:19.518 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:39:19.523 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:39:19.524 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:39:19.585 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:39:19.585 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:39:19.614 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-07T14:39:19.688 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T14:39:19.746 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:39:19.842 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:19.978 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T14:39:20.300 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:20.424 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T14:39:20.424 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/2 2024-04-07T14:39:20.632 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:20.632 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:20.632 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:39:20.632 INFO:teuthology.orchestra.run.smithi136.stdout: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:20.632 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:20.632 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:20.773 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-07T14:39:20.773 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:20.773 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:20.773 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-07T14:39:20.773 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:20.773 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:20.880 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install libcephfs2 2024-04-07T14:39:21.006 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-volume 2024-04-07T14:39:21.049 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-07T14:39:21.071 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T14:39:21.504 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:47 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:21.621 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:48 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.797 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:21.798 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:21.799 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.800 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.801 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.802 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:21.803 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.804 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.805 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:21.806 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.806 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.806 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.806 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.806 INFO:teuthology.orchestra.run.smithi136.stdout:Package libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:21.867 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:21.868 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T14:39:21.868 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:21.908 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:21.908 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:21.908 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:21.908 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.908 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:21.908 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.909 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:21.910 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:21.911 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:21.912 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.913 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.914 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.915 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.916 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.917 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:21.946 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install libcephfs-devel 2024-04-07T14:39:21.978 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-volume noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 264 k 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout:Install 2 Packages 2024-04-07T14:39:21.979 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:21.980 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 341 k 2024-04-07T14:39:21.980 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 1.5 M 2024-04-07T14:39:21.980 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:39:22.542 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:48 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:22.612 INFO:teuthology.orchestra.run.smithi164.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 219 kB/s | 77 kB 00:00 2024-04-07T14:39:22.637 INFO:teuthology.orchestra.run.smithi164.stdout:(2/2): ceph-volume-19.0.0-2578.ge5c885fe.el9.no 699 kB/s | 264 kB 00:00 2024-04-07T14:39:22.637 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:22.637 INFO:teuthology.orchestra.run.smithi164.stdout:Total 518 kB/s | 341 kB 00:00 2024-04-07T14:39:22.649 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:39:22.658 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:39:22.658 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:39:22.696 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:39:22.696 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:39:22.833 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:22.833 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:22.833 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:22.834 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:22.835 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.836 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.837 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.838 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:22.839 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.840 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:22.841 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.842 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.842 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.842 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.842 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:22.842 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.842 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.842 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.842 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:22.853 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:22.904 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 32 k 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T14:39:22.905 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:22.906 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 32 k 2024-04-07T14:39:22.906 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 142 k 2024-04-07T14:39:22.906 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:39:23.027 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-07T14:39:23.065 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T14:39:23.080 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T14:39:23.080 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:39:23.080 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-07T14:39:23.080 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:23.155 INFO:teuthology.orchestra.run.smithi136.stdout:libcephfs-devel-19.0.0-2578.ge5c885fe.el9.x86_6 127 kB/s | 32 kB 00:00 2024-04-07T14:39:23.156 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:23.156 INFO:teuthology.orchestra.run.smithi136.stdout:Total 126 kB/s | 32 kB 00:00 2024-04-07T14:39:23.156 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:39:23.160 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:39:23.160 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:39:23.188 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:39:23.189 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:39:23.271 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:39:23.379 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:23.493 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 12/12 2024-04-07T14:39:23.493 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c88 1/12 2024-04-07T14:39:23.493 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-07T14:39:23.493 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-07T14:39:23.493 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-07T14:39:23.493 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-07T14:39:23.494 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-07T14:39:23.494 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-07T14:39:23.494 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-07T14:39:23.494 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-07T14:39:23.494 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-07T14:39:23.494 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-07T14:39:23.739 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:23.835 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 1/2 2024-04-07T14:39:23.922 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-07T14:39:23.922 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:23.922 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:23.922 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:23.922 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:23.923 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:24.046 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:24.046 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:24.046 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:39:24.047 INFO:teuthology.orchestra.run.smithi136.stdout: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:24.047 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:24.047 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:24.197 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-07T14:39:24.198 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:24.198 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:24.198 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:24.198 INFO:teuthology.orchestra.run.smithi164.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-07T14:39:24.198 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:24.198 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:24.240 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librados2 2024-04-07T14:39:24.295 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-rook 2024-04-07T14:39:24.543 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librados-devel 2024-04-07T14:39:24.839 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:50 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:24.900 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:30 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:25.128 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:25.128 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:25.129 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:25.130 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.131 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:25.132 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:25.133 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.134 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.135 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.136 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.137 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.138 INFO:teuthology.orchestra.run.smithi136.stdout:Package librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:25.153 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:52 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:25.197 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:25.199 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T14:39:25.200 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:25.201 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:25.201 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:25.201 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:25.201 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.201 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:25.202 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:25.203 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:25.204 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.205 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.206 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.207 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.208 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.209 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.210 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.210 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.278 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-rook noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 49 k 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-07T14:39:25.279 INFO:teuthology.orchestra.run.smithi053.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout:Install 13 Packages 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 2.2 M 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 26 M 2024-04-07T14:39:25.280 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:25.281 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install librbd1 2024-04-07T14:39:25.444 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:25.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:25.446 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.447 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:25.448 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:25.449 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.450 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:25.451 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.452 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:25.453 INFO:teuthology.orchestra.run.smithi053.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 449 kB/s | 26 kB 00:00 2024-04-07T14:39:25.469 INFO:teuthology.orchestra.run.smithi053.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 260 kB/s | 19 kB 00:00 2024-04-07T14:39:25.514 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:25.515 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:25.515 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-04-07T14:39:25.515 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:25.515 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:39:25.516 INFO:teuthology.orchestra.run.smithi164.stdout: librados-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 127 k 2024-04-07T14:39:25.516 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:25.516 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:39:25.516 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:25.516 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-04-07T14:39:25.516 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:25.516 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 127 k 2024-04-07T14:39:25.516 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 456 k 2024-04-07T14:39:25.516 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:39:25.620 INFO:teuthology.orchestra.run.smithi053.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-07T14:39:25.653 INFO:teuthology.orchestra.run.smithi053.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-04-07T14:39:25.712 INFO:teuthology.orchestra.run.smithi053.stdout:(5/13): ceph-mgr-rook-19.0.0-2578.ge5c885fe.el9 156 kB/s | 49 kB 00:00 2024-04-07T14:39:25.737 INFO:teuthology.orchestra.run.smithi053.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 641 kB/s | 54 kB 00:00 2024-04-07T14:39:25.771 INFO:teuthology.orchestra.run.smithi053.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.8 MB/s | 279 kB 00:00 2024-04-07T14:39:25.821 INFO:teuthology.orchestra.run.smithi053.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 179 kB/s | 15 kB 00:00 2024-04-07T14:39:25.846 INFO:teuthology.orchestra.run.smithi053.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 240 kB/s | 32 kB 00:00 2024-04-07T14:39:25.859 INFO:teuthology.orchestra.run.smithi164.stdout:librados-devel-19.0.0-2578.ge5c885fe.el9.x86_64 369 kB/s | 127 kB 00:00 2024-04-07T14:39:25.860 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:25.860 INFO:teuthology.orchestra.run.smithi164.stdout:Total 367 kB/s | 127 kB 00:00 2024-04-07T14:39:25.860 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:39:25.866 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:39:25.866 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:39:25.875 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:51 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:25.897 INFO:teuthology.orchestra.run.smithi053.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.6 MB/s | 203 kB 00:00 2024-04-07T14:39:25.922 INFO:teuthology.orchestra.run.smithi053.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 786 kB/s | 59 kB 00:00 2024-04-07T14:39:25.927 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:39:25.927 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:39:25.964 INFO:teuthology.orchestra.run.smithi053.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-04-07T14:39:26.005 INFO:teuthology.orchestra.run.smithi053.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.6 MB/s | 1.0 MB 00:00 2024-04-07T14:39:26.006 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:26.006 INFO:teuthology.orchestra.run.smithi053.stdout:Total 3.0 MB/s | 2.2 MB 00:00 2024-04-07T14:39:26.071 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:26.076 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:26.086 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:26.086 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:26.163 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:26.164 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:26.164 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:26.164 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.164 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:26.164 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.164 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:26.164 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.164 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:26.164 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:26.165 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.166 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.167 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.168 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:26.169 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.170 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.171 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.172 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.173 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.174 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:26.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.174 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:26.174 INFO:teuthology.orchestra.run.smithi136.stdout:Package librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:26.175 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:26.185 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:26.185 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:26.233 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:26.234 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T14:39:26.234 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:26.312 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rados 2024-04-07T14:39:26.636 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:26.712 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:26.879 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-07T14:39:26.914 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:52 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:26.942 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-07T14:39:26.954 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:26.954 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:26.954 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:26.955 INFO:teuthology.orchestra.run.smithi164.stdout: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:26.955 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:26.955 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:27.006 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-07T14:39:27.041 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-07T14:39:27.083 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-07T14:39:27.178 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install libcephfs2 2024-04-07T14:39:27.180 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.204 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:27.205 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.206 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:27.207 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.208 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.209 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.210 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.211 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.212 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.213 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:27.213 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:27.274 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:27.275 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T14:39:27.275 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:27.291 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-07T14:39:27.351 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rgw 2024-04-07T14:39:27.352 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-07T14:39:27.796 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:54 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:27.955 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:53 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:28.090 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:28.090 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:28.091 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.092 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:28.093 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:28.094 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:28.095 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.096 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:28.097 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.098 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.099 INFO:teuthology.orchestra.run.smithi164.stdout:Package libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:28.111 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-07T14:39:28.156 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-07T14:39:28.160 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:28.161 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-04-07T14:39:28.161 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:28.190 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-07T14:39:28.221 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install libcephfs-devel 2024-04-07T14:39:28.238 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-07T14:39:28.246 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:28.246 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.247 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.248 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.249 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:28.250 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.251 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:28.252 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.253 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.254 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.254 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.254 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:28.254 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.254 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.254 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.254 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.254 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:28.254 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:28.255 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.256 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.256 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.256 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:28.256 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:28.268 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T14:39:28.318 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:28.319 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T14:39:28.319 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:28.396 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-cephfs 2024-04-07T14:39:28.821 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:55 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:28.986 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:54 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:29.022 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 13/13 2024-04-07T14:39:29.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 1/13 2024-04-07T14:39:29.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-07T14:39:29.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-07T14:39:29.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-07T14:39:29.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-07T14:39:29.022 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-07T14:39:29.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-07T14:39:29.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-07T14:39:29.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-07T14:39:29.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-07T14:39:29.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-07T14:39:29.023 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-07T14:39:29.109 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:29.109 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:29.109 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:29.110 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:29.111 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.112 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:29.113 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.113 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:29.113 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.113 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:29.113 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.113 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:29.113 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.113 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:29.113 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:29.114 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.115 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.116 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:29.117 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.118 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.119 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:29.119 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.119 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.119 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.119 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.182 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:29.182 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 32 k 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 32 k 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 142 k 2024-04-07T14:39:29.183 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:29.272 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.273 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:29.274 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:29.275 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:29.276 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.277 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:29.278 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.279 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.280 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:29.281 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:29.342 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:29.343 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T14:39:29.343 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:29.411 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-07T14:39:29.411 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:29.411 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:29.411 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-rook-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:29.411 INFO:teuthology.orchestra.run.smithi053.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-07T14:39:29.411 INFO:teuthology.orchestra.run.smithi053.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-07T14:39:29.411 INFO:teuthology.orchestra.run.smithi053.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-07T14:39:29.411 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:29.412 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:29.419 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install python3-rbd 2024-04-07T14:39:29.422 INFO:teuthology.orchestra.run.smithi164.stdout:libcephfs-devel-19.0.0-2578.ge5c885fe.el9.x86_6 133 kB/s | 32 kB 00:00 2024-04-07T14:39:29.422 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:29.423 INFO:teuthology.orchestra.run.smithi164.stdout:Total 132 kB/s | 32 kB 00:00 2024-04-07T14:39:29.423 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:39:29.426 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:39:29.426 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:39:29.462 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:39:29.462 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:39:29.555 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:29.654 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:29.702 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-mgr-cephadm 2024-04-07T14:39:30.017 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:56 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:30.030 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:30.300 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:30.300 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:30.301 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:30.301 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:30.301 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:30.301 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:30.307 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:30.307 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:30.307 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.308 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.309 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.310 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.311 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:30.312 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.313 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.314 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:30.315 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.316 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.317 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:30.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.317 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.318 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:36 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:30.318 INFO:teuthology.orchestra.run.smithi136.stdout:Package python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:30.378 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:30.379 INFO:teuthology.orchestra.run.smithi136.stdout:Nothing to do. 2024-04-07T14:39:30.379 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:30.467 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librados2 2024-04-07T14:39:30.481 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-fuse 2024-04-07T14:39:30.614 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.615 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:30.616 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.617 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.618 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:30.619 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:30.620 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.621 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.622 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.623 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.624 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:30.689 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:30.689 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 141 k 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:30.690 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:30.691 INFO:teuthology.orchestra.run.smithi053.stdout:Install 6 Packages 2024-04-07T14:39:30.691 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:30.691 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 7.0 M 2024-04-07T14:39:30.691 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 33 M 2024-04-07T14:39:30.691 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:31.057 INFO:teuthology.orchestra.run.smithi053.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 920 kB/s | 248 kB 00:00 2024-04-07T14:39:31.062 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:58 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:31.083 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:57 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:31.132 INFO:teuthology.orchestra.run.smithi053.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2578.ge5c885fe.e 410 kB/s | 141 kB 00:00 2024-04-07T14:39:31.282 INFO:teuthology.orchestra.run.smithi053.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 12 MB/s | 6.0 MB 00:00 2024-04-07T14:39:31.307 INFO:teuthology.orchestra.run.smithi053.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 329 kB/s | 58 kB 00:00 2024-04-07T14:39:31.349 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:31.349 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:31.350 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:31.351 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.352 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:31.353 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.354 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.355 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:31.356 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:31.357 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.358 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.358 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.358 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.358 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:31.358 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.358 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.358 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.358 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.358 INFO:teuthology.orchestra.run.smithi164.stdout:Package librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:31.375 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:31.375 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:31.375 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:31.375 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.375 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:31.375 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.375 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:31.375 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.375 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.376 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.377 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.378 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.379 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.380 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:31.381 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.381 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.382 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:31.383 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.384 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:31.417 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:31.418 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-04-07T14:39:31.418 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:31.443 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:31.444 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:31.444 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-04-07T14:39:31.444 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:31.444 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:39:31.444 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 85 k 2024-04-07T14:39:31.444 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:31.444 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:39:31.444 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:31.445 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T14:39:31.445 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:31.445 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 85 k 2024-04-07T14:39:31.445 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 231 k 2024-04-07T14:39:31.445 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:39:31.449 INFO:teuthology.orchestra.run.smithi053.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 306 kB/s | 51 kB 00:00 2024-04-07T14:39:31.485 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librbd1 2024-04-07T14:39:31.525 INFO:teuthology.orchestra.run.smithi053.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-04-07T14:39:31.527 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:31.527 INFO:teuthology.orchestra.run.smithi053.stdout:Total 8.3 MB/s | 7.0 MB 00:00 2024-04-07T14:39:31.599 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:31.611 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:31.611 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:31.658 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-fuse-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 401 kB/s | 85 kB 00:00 2024-04-07T14:39:31.659 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:31.659 INFO:teuthology.orchestra.run.smithi136.stdout:Total 399 kB/s | 85 kB 00:00 2024-04-07T14:39:31.659 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:39:31.665 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:39:31.666 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:39:31.718 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:31.718 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:31.725 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:39:31.725 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:39:31.962 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:39:32.041 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:32.056 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:32.084 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:59 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:32.223 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-07T14:39:32.277 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-07T14:39:32.375 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:32.375 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:32.375 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:32.376 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.376 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:32.376 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.376 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:32.376 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.376 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:32.377 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.377 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:32.377 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.377 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:32.378 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.378 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:32.378 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.378 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:32.378 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.379 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:32.379 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.379 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:32.379 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.380 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:32.380 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.380 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:32.380 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.380 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:32.381 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.381 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:32.381 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.381 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:32.382 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.382 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:32.382 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.382 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:32.383 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:32.384 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.385 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.386 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.387 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.388 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.389 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:32.389 INFO:teuthology.orchestra.run.smithi164.stdout:Package librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:32.446 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:32.448 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-04-07T14:39:32.448 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:32.479 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:32.510 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rados 2024-04-07T14:39:32.763 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:32.764 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:32.764 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:39:32.764 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:32.764 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:32.764 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:32.830 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-07T14:39:32.923 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-07T14:39:33.001 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-07T14:39:33.030 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T14:39:33.033 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-mirror 2024-04-07T14:39:33.112 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:02:00 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:33.406 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:33.406 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:33.406 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.407 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.408 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:33.409 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.410 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:33.411 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.411 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:33.411 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.411 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:33.411 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.411 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:33.411 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.411 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:33.412 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:33.413 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.414 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.415 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:33.416 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.417 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.417 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.417 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.417 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:33.477 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:33.477 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-04-07T14:39:33.477 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:33.540 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rgw 2024-04-07T14:39:33.643 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:01:59 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:33.819 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 6/6 2024-04-07T14:39:33.820 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 1/6 2024-04-07T14:39:33.820 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-07T14:39:33.820 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-07T14:39:33.820 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-07T14:39:33.820 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-07T14:39:33.938 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:33.938 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:33.939 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:33.939 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.939 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:33.939 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.939 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:33.939 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.939 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:33.939 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.939 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:33.940 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.940 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:33.940 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.940 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:33.940 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.940 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:33.940 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.940 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:33.940 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:33.941 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.942 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:33.942 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.942 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:33.942 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.942 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:33.942 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.942 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:33.942 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.942 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:33.943 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.943 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:33.943 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.943 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:33.943 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.943 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:33.943 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.943 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:33.943 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.944 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.945 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.946 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:33.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.947 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:33.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.947 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.948 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.949 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.950 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:33.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.950 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:33.950 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.951 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.951 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:33.951 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.007 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:34.007 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:34.007 INFO:teuthology.orchestra.run.smithi136.stdout: Package Arch Version Repo Size 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-mirror x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 3.1 M 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 13 M 2024-04-07T14:39:34.008 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:39:34.147 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:02:01 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:34.151 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-07T14:39:34.151 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:34.152 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:34.152 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-mgr-cephadm-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:34.152 INFO:teuthology.orchestra.run.smithi053.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-07T14:39:34.152 INFO:teuthology.orchestra.run.smithi053.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-07T14:39:34.152 INFO:teuthology.orchestra.run.smithi053.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-07T14:39:34.152 INFO:teuthology.orchestra.run.smithi053.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-07T14:39:34.152 INFO:teuthology.orchestra.run.smithi053.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-07T14:39:34.152 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:34.153 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:34.409 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-fuse 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:34.437 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.438 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.439 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.440 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.441 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.442 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.443 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:34.444 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.445 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:34.446 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:34.507 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:34.508 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-04-07T14:39:34.508 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:34.568 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-cephfs 2024-04-07T14:39:35.016 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:41 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:35.164 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:02:02 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:35.186 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-mirror-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 2.6 MB/s | 3.1 MB 00:01 2024-04-07T14:39:35.187 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:35.187 INFO:teuthology.orchestra.run.smithi136.stdout:Total 2.6 MB/s | 3.1 MB 00:01 2024-04-07T14:39:35.188 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:39:35.197 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:39:35.197 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:39:35.275 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:39:35.276 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:39:35.323 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:35.323 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:35.323 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:35.323 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.323 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:35.323 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.323 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:35.324 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:35.325 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.326 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.327 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.328 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.329 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.330 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.331 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:35.332 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.332 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.332 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.332 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.396 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:35.396 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:35.397 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:39:35.397 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:35.397 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:35.397 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 890 k 2024-04-07T14:39:35.397 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:39:35.397 INFO:teuthology.orchestra.run.smithi053.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-07T14:39:35.397 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:35.397 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:35.397 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:35.398 INFO:teuthology.orchestra.run.smithi053.stdout:Install 2 Packages 2024-04-07T14:39:35.398 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:35.398 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 971 k 2024-04-07T14:39:35.398 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 2.8 M 2024-04-07T14:39:35.398 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:35.457 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:35.457 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:35.457 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:35.457 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.457 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:35.457 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.457 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.458 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.459 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:35.460 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:35.461 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.462 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.463 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.464 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.466 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:35.466 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.466 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.466 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.466 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:35.466 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:35.525 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:35.526 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-04-07T14:39:35.526 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:35.589 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rbd 2024-04-07T14:39:35.722 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:39:35.770 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:35.795 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:35.795 INFO:teuthology.orchestra.run.smithi136.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:39:35.795 INFO:teuthology.orchestra.run.smithi136.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-07T14:39:35.795 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T14:39:35.795 INFO:teuthology.orchestra.run.smithi136.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T14:39:35.795 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:35.801 INFO:teuthology.orchestra.run.smithi053.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 622 kB/s | 80 kB 00:00 2024-04-07T14:39:36.192 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:02:03 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:36.459 INFO:teuthology.orchestra.run.smithi053.stdout:(2/2): ceph-fuse-19.0.0-2578.ge5c885fe.el9.x86_ 1.1 MB/s | 890 kB 00:00 2024-04-07T14:39:36.460 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:36.460 INFO:teuthology.orchestra.run.smithi053.stdout:Total 913 kB/s | 971 kB 00:01 2024-04-07T14:39:36.473 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:36.484 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:36.484 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:36.484 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:36.484 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.484 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:36.484 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.484 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:36.484 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.485 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:36.486 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:36.487 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.488 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.489 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.490 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.491 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.492 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.493 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.493 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:36.493 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.493 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.493 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.493 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:36.493 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:36.497 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:36.497 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:36.554 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:36.555 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-04-07T14:39:36.555 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:36.579 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:36.580 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:36.622 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-fuse 2024-04-07T14:39:36.768 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:36.898 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-07T14:39:36.952 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:36.952 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:36.952 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:39:36.952 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:36.952 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:36.952 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:36.970 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T14:39:37.217 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum -y install rbd-nbd 2024-04-07T14:39:37.219 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:02:04 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:37.518 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:37.575 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:37.576 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.577 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.578 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.579 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.580 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.581 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.582 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.582 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:37.582 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.582 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.582 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.582 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.582 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:37.582 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:37.583 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.584 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.584 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.584 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.584 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:37.584 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.584 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.584 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.584 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:37.586 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:37.586 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:37.586 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-04-07T14:39:37.586 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:37.587 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:39:37.587 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 85 k 2024-04-07T14:39:37.587 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:37.587 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:39:37.587 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:37.587 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-04-07T14:39:37.587 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:37.588 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 85 k 2024-04-07T14:39:37.588 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 231 k 2024-04-07T14:39:37.588 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:39:37.652 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2/2 2024-04-07T14:39:37.652 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/2 2024-04-07T14:39:37.809 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-fuse-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 387 kB/s | 85 kB 00:00 2024-04-07T14:39:37.809 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:37.809 INFO:teuthology.orchestra.run.smithi164.stdout:Total 385 kB/s | 85 kB 00:00 2024-04-07T14:39:37.810 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:39:37.816 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:39:37.816 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:39:37.825 INFO:teuthology.orchestra.run.smithi136.stdout:Last metadata expiration check: 0:02:03 ago on Sun 07 Apr 2024 02:37:34 PM UTC. 2024-04-07T14:39:37.875 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:39:37.875 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:39:38.010 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-07T14:39:38.010 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:38.010 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:38.010 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-07T14:39:38.010 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:38.010 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:38.052 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:38.111 INFO:teuthology.orchestra.run.smithi136.stderr:Modular dependency problems: 2024-04-07T14:39:38.111 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 1: conflicting requests 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 2: conflicting requests 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 3: conflicting requests 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 4: conflicting requests 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 5: conflicting requests 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 6: conflicting requests 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.112 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 7: conflicting requests 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 8: conflicting requests 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 9: conflicting requests 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 10: conflicting requests 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 11: conflicting requests 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 12: conflicting requests 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 13: conflicting requests 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.113 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 14: conflicting requests 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 15: conflicting requests 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 16: conflicting requests 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 17: conflicting requests 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 18: conflicting requests 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 19: conflicting requests 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 20: conflicting requests 2024-04-07T14:39:38.114 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 21: conflicting requests 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 22: conflicting requests 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 23: conflicting requests 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 24: conflicting requests 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 25: conflicting requests 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 26: conflicting requests 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 27: conflicting requests 2024-04-07T14:39:38.115 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 28: conflicting requests 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 29: conflicting requests 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 30: conflicting requests 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 31: conflicting requests 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 32: conflicting requests 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 33: conflicting requests 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 34: conflicting requests 2024-04-07T14:39:38.116 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 35: conflicting requests 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 36: conflicting requests 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 37: conflicting requests 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:38.117 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 39: conflicting requests 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.118 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:38.119 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.120 INFO:teuthology.orchestra.run.smithi136.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:38.156 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:38.179 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-04-07T14:39:38.180 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:38.180 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-04-07T14:39:38.180 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:38.180 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-04-07T14:39:38.180 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-nbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 171 k 2024-04-07T14:39:38.180 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:38.180 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-04-07T14:39:38.180 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-04-07T14:39:38.180 INFO:teuthology.orchestra.run.smithi136.stdout:Install 1 Package 2024-04-07T14:39:38.181 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:38.181 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 171 k 2024-04-07T14:39:38.181 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 494 k 2024-04-07T14:39:38.181 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-04-07T14:39:38.328 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install ceph-volume 2024-04-07T14:39:38.532 INFO:teuthology.orchestra.run.smithi136.stdout:rbd-nbd-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 487 kB/s | 171 kB 00:00 2024-04-07T14:39:38.532 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:38.532 INFO:teuthology.orchestra.run.smithi136.stdout:Total 485 kB/s | 171 kB 00:00 2024-04-07T14:39:38.533 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-04-07T14:39:38.540 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-04-07T14:39:38.540 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-04-07T14:39:38.571 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:38.600 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-04-07T14:39:38.600 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-04-07T14:39:38.775 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-04-07T14:39:38.868 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:38.868 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:38.868 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:38.869 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:38.869 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:38.869 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:38.872 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:38.944 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:44 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:39.070 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-mirror 2024-04-07T14:39:39.249 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:39.250 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.251 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:39.252 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:39.253 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:39.254 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.255 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.256 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.257 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.258 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.295 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:39.324 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:39.325 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:39.325 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repository Size 2024-04-07T14:39:39.325 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:39.325 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:39.325 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-volume noarch 2:19.0.0-2578.ge5c885fe.el9 ceph-noarch 264 k 2024-04-07T14:39:39.325 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-04-07T14:39:39.325 INFO:teuthology.orchestra.run.smithi053.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-07T14:39:39.325 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:39.325 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:39.326 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:39.326 INFO:teuthology.orchestra.run.smithi053.stdout:Install 2 Packages 2024-04-07T14:39:39.326 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:39.326 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 341 k 2024-04-07T14:39:39.326 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 1.5 M 2024-04-07T14:39:39.326 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:39.488 INFO:teuthology.orchestra.run.smithi053.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 658 kB/s | 77 kB 00:00 2024-04-07T14:39:39.609 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:39.609 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:39.609 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-04-07T14:39:39.609 INFO:teuthology.orchestra.run.smithi136.stdout: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:39.609 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-04-07T14:39:39.609 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-04-07T14:39:39.686 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:02:06 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:39.805 INFO:teuthology.orchestra.run.smithi053.stdout:(2/2): ceph-volume-19.0.0-2578.ge5c885fe.el9.no 607 kB/s | 264 kB 00:00 2024-04-07T14:39:39.806 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:39.806 INFO:teuthology.orchestra.run.smithi053.stdout:Total 710 kB/s | 341 kB 00:00 2024-04-07T14:39:39.818 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:39.828 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:39.829 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:39.853 DEBUG:teuthology.parallel:result is None 2024-04-07T14:39:39.867 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:39.867 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:39.977 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:39.978 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:39.978 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:39.978 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.978 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:39.978 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.978 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:39.978 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.978 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:39.978 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.979 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:39.979 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.979 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:39.979 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.979 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:39.979 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.979 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:39.979 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.979 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:39.980 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:39.981 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.982 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.983 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.984 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.985 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:39.986 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:39.987 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:40.017 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:40.046 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:40.046 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:40.047 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-04-07T14:39:40.047 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:40.047 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:39:40.047 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-mirror x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T14:39:40.047 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:40.047 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:39:40.047 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:40.047 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-04-07T14:39:40.047 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:40.049 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 3.1 M 2024-04-07T14:39:40.049 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 13 M 2024-04-07T14:39:40.049 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:39:40.203 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-07T14:39:40.243 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T14:39:40.259 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2/2 2024-04-07T14:39:40.259 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:39:40.259 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-07T14:39:40.259 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:41.018 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 1/2 2024-04-07T14:39:41.351 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-07T14:39:41.351 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:41.351 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:41.351 INFO:teuthology.orchestra.run.smithi053.stdout: ceph-volume-2:19.0.0-2578.ge5c885fe.el9.noarch 2024-04-07T14:39:41.351 INFO:teuthology.orchestra.run.smithi053.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-07T14:39:41.351 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:41.351 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:41.707 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librados-devel 2024-04-07T14:39:42.011 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-mirror-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 1.6 MB/s | 3.1 MB 00:01 2024-04-07T14:39:42.011 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:42.012 INFO:teuthology.orchestra.run.smithi164.stdout:Total 1.6 MB/s | 3.1 MB 00:01 2024-04-07T14:39:42.012 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:39:42.023 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:39:42.023 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:39:42.103 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:39:42.104 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:39:42.320 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:48 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:42.545 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:42.603 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:42.624 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:42.624 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:42.624 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:42.624 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.624 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:42.624 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.624 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:42.624 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.624 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:42.625 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.626 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:42.627 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:42.628 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:42.629 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.630 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.630 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.630 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:42.630 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.630 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.630 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.630 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.630 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.631 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.632 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.633 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.634 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:42.634 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:42.634 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:39:42.634 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-07T14:39:42.634 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T14:39:42.634 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T14:39:42.634 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:42.697 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:42.698 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:42.698 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout: librados-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 127 k 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 127 k 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 456 k 2024-04-07T14:39:42.699 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:43.013 INFO:teuthology.orchestra.run.smithi053.stdout:librados-devel-19.0.0-2578.ge5c885fe.el9.x86_64 404 kB/s | 127 kB 00:00 2024-04-07T14:39:43.013 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:43.014 INFO:teuthology.orchestra.run.smithi053.stdout:Total 402 kB/s | 127 kB 00:00 2024-04-07T14:39:43.014 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:43.020 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:43.020 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:43.084 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:43.084 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:43.233 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:43.347 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:43.811 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:43.811 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:43.811 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:43.811 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:43.811 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:43.811 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:43.845 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:44.072 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-nbd 2024-04-07T14:39:44.158 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:44.158 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:44.158 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:44.158 INFO:teuthology.orchestra.run.smithi053.stdout: librados-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:44.158 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:44.158 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:44.420 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install libcephfs2 2024-04-07T14:39:44.675 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:02:11 ago on Sun 07 Apr 2024 02:37:33 PM UTC. 2024-04-07T14:39:44.963 INFO:teuthology.orchestra.run.smithi164.stderr:Modular dependency problems: 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 1: conflicting requests 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 2: conflicting requests 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 3: conflicting requests 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 4: conflicting requests 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.964 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 5: conflicting requests 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 6: conflicting requests 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 7: conflicting requests 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 8: conflicting requests 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 9: conflicting requests 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 10: conflicting requests 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 11: conflicting requests 2024-04-07T14:39:44.965 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 12: conflicting requests 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 13: conflicting requests 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 14: conflicting requests 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 15: conflicting requests 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 16: conflicting requests 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 17: conflicting requests 2024-04-07T14:39:44.966 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 18: conflicting requests 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 19: conflicting requests 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 20: conflicting requests 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 21: conflicting requests 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 22: conflicting requests 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 23: conflicting requests 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 24: conflicting requests 2024-04-07T14:39:44.967 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 25: conflicting requests 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 26: conflicting requests 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 27: conflicting requests 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 28: conflicting requests 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 29: conflicting requests 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 30: conflicting requests 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.968 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 31: conflicting requests 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 32: conflicting requests 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 33: conflicting requests 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 34: conflicting requests 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 35: conflicting requests 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 36: conflicting requests 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 37: conflicting requests 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.969 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 39: conflicting requests 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.970 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.971 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:44.972 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.973 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.973 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.973 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.973 INFO:teuthology.orchestra.run.smithi164.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:44.973 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.973 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.973 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:44.973 INFO:teuthology.orchestra.run.smithi164.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.031 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-nbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 171 k 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-04-07T14:39:45.032 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:45.033 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 171 k 2024-04-07T14:39:45.033 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 494 k 2024-04-07T14:39:45.033 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-04-07T14:39:45.041 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:51 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:45.256 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-nbd-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 763 kB/s | 171 kB 00:00 2024-04-07T14:39:45.257 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:45.257 INFO:teuthology.orchestra.run.smithi164.stdout:Total 759 kB/s | 171 kB 00:00 2024-04-07T14:39:45.257 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-04-07T14:39:45.265 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-04-07T14:39:45.265 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-04-07T14:39:45.325 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-04-07T14:39:45.325 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-04-07T14:39:45.345 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:45.346 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.347 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.348 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:45.349 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:45.350 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:45.350 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:45.350 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:45.350 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.350 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.351 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.352 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.353 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.354 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:45.355 INFO:teuthology.orchestra.run.smithi053.stdout:Package libcephfs2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:45.419 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:45.420 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-07T14:39:45.421 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:45.490 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-04-07T14:39:45.502 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install libcephfs-devel 2024-04-07T14:39:45.588 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:46.011 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:46.108 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:52 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:46.316 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:46.316 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:46.316 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-04-07T14:39:46.316 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:46.316 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-07T14:39:46.316 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-04-07T14:39:46.409 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:46.410 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:46.411 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:46.412 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.413 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.414 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.415 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.416 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.417 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.418 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:46.483 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-devel x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 32 k 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-04-07T14:39:46.484 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:46.485 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 32 k 2024-04-07T14:39:46.485 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 142 k 2024-04-07T14:39:46.485 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:46.571 DEBUG:teuthology.parallel:result is None 2024-04-07T14:39:46.666 INFO:teuthology.orchestra.run.smithi053.stdout:libcephfs-devel-19.0.0-2578.ge5c885fe.el9.x86_6 176 kB/s | 32 kB 00:00 2024-04-07T14:39:46.666 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:46.666 INFO:teuthology.orchestra.run.smithi053.stdout:Total 174 kB/s | 32 kB 00:00 2024-04-07T14:39:46.667 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:46.670 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:46.670 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:46.701 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:46.702 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:46.793 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:46.900 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:47.269 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:47.550 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:47.550 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:47.550 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:47.550 INFO:teuthology.orchestra.run.smithi053.stdout: libcephfs-devel-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:47.550 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:47.550 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:47.745 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librados2 2024-04-07T14:39:48.351 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:54 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:48.652 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:48.652 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:48.652 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:48.652 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.652 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:48.652 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.652 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.653 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:48.654 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:48.655 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.656 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.657 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.658 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.659 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.660 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:48.661 INFO:teuthology.orchestra.run.smithi053.stdout:Package librados2-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:48.724 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:48.725 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-07T14:39:48.725 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:48.822 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install librbd1 2024-04-07T14:39:49.424 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:55 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:49.733 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:49.733 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:49.733 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:49.733 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.733 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:49.733 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.733 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.734 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.735 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:49.736 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:49.737 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.738 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.739 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:49.740 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:49.741 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.742 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.742 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.742 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:49.742 INFO:teuthology.orchestra.run.smithi053.stdout:Package librbd1-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:49.805 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:49.807 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-07T14:39:49.807 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:49.892 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rados 2024-04-07T14:39:50.503 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:56 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.809 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:50.810 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:50.811 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.812 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:50.813 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.814 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.815 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.816 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.817 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:50.818 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rados-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:50.883 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:50.884 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-07T14:39:50.884 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:50.968 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rgw 2024-04-07T14:39:51.582 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:57 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:51.890 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:51.890 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:51.890 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:51.891 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.892 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.893 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.894 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.898 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.899 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.900 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.901 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.901 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:51.901 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.901 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.901 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.901 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.901 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.902 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.903 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.903 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:51.903 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.903 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.903 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.903 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:51.903 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rgw-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:51.964 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:51.965 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-07T14:39:51.965 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:52.055 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-cephfs 2024-04-07T14:39:52.660 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:58 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:52.989 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:52.990 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:52.990 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:52.990 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.990 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:52.990 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.990 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:52.990 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.990 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:52.990 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.991 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.992 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.993 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:52.994 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.995 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:52.996 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.997 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.998 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.999 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:52.999 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-cephfs-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:53.062 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:53.064 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-07T14:39:53.064 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:53.150 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install python3-rbd 2024-04-07T14:39:53.767 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:59 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:54.074 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:54.074 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:54.074 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:54.074 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:54.075 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.076 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:54.077 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.078 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.079 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.080 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:54.081 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.082 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:54.083 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.083 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.083 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.083 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.083 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:54.083 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.083 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.083 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.083 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:54.084 INFO:teuthology.orchestra.run.smithi053.stdout:Package python3-rbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 is already installed. 2024-04-07T14:39:54.150 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:54.151 INFO:teuthology.orchestra.run.smithi053.stdout:Nothing to do. 2024-04-07T14:39:54.151 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:54.239 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-fuse 2024-04-07T14:39:54.843 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:00 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:55.145 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:55.145 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:55.145 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:55.145 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.145 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:55.145 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.145 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:55.145 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.146 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:55.147 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:55.148 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:55.149 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.150 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.151 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:55.152 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:55.153 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.154 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.154 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.154 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:55.217 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:55.218 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:55.218 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-04-07T14:39:55.218 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-fuse x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 85 k 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 85 k 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 231 k 2024-04-07T14:39:55.219 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-fuse-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 263 kB/s | 85 kB 00:00 2024-04-07T14:39:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:55.545 INFO:teuthology.orchestra.run.smithi053.stdout:Total 262 kB/s | 85 kB 00:00 2024-04-07T14:39:55.545 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:55.552 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:55.552 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:55.614 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:55.615 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:55.820 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:55.962 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:56.340 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:56.642 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:56.642 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:56.642 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:39:56.642 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-fuse-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:39:56.642 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:56.642 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:39:56.924 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-mirror 2024-04-07T14:39:57.536 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:03 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:39:57.843 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:39:57.843 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:39:57.844 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.845 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.846 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:39:57.847 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.848 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.849 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.850 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.851 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.852 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:39:57.916 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-mirror x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 3.1 M 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-04-07T14:39:57.917 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:39:57.918 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 3.1 M 2024-04-07T14:39:57.918 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 13 M 2024-04-07T14:39:57.918 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:39:58.554 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-mirror-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 4.9 MB/s | 3.1 MB 00:00 2024-04-07T14:39:58.555 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:39:58.555 INFO:teuthology.orchestra.run.smithi053.stdout:Total 4.8 MB/s | 3.1 MB 00:00 2024-04-07T14:39:58.556 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:39:58.567 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:39:58.567 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:39:58.650 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:39:58.650 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:39:59.104 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:39:59.172 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:59.196 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:39:59.196 INFO:teuthology.orchestra.run.smithi053.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-07T14:39:59.196 INFO:teuthology.orchestra.run.smithi053.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-07T14:39:59.196 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T14:39:59.196 INFO:teuthology.orchestra.run.smithi053.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-07T14:39:59.196 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:40:00.406 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:40:00.406 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:40:00.406 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:40:00.406 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-mirror-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:40:00.406 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:40:00.406 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:40:00.682 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum -y install rbd-nbd 2024-04-07T14:40:01.299 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:02:07 ago on Sun 07 Apr 2024 02:37:54 PM UTC. 2024-04-07T14:40:01.604 INFO:teuthology.orchestra.run.smithi053.stderr:Modular dependency problems: 2024-04-07T14:40:01.604 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:40:01.604 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 1: conflicting requests 2024-04-07T14:40:01.604 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.604 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 2: conflicting requests 2024-04-07T14:40:01.604 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.604 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 3: conflicting requests 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 4: conflicting requests 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 5: conflicting requests 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 6: conflicting requests 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 7: conflicting requests 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 8: conflicting requests 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 9: conflicting requests 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.605 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 10: conflicting requests 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 11: conflicting requests 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 12: conflicting requests 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 13: conflicting requests 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 14: conflicting requests 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 15: conflicting requests 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 16: conflicting requests 2024-04-07T14:40:01.606 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 17: conflicting requests 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 18: conflicting requests 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 19: conflicting requests 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 20: conflicting requests 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 21: conflicting requests 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 22: conflicting requests 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 23: conflicting requests 2024-04-07T14:40:01.607 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 24: conflicting requests 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 25: conflicting requests 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 26: conflicting requests 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 27: conflicting requests 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 28: conflicting requests 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 29: conflicting requests 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 30: conflicting requests 2024-04-07T14:40:01.608 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 31: conflicting requests 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 32: conflicting requests 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 33: conflicting requests 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 34: conflicting requests 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 35: conflicting requests 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 36: conflicting requests 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 37: conflicting requests 2024-04-07T14:40:01.609 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 38: cannot install the best candidate for the job 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 39: conflicting requests 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.610 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 40: cannot install the best candidate for the job 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 41: cannot install the best candidate for the job 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 42: cannot install the best candidate for the job 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.611 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 43: cannot install the best candidate for the job 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 44: cannot install the best candidate for the job 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: Problem 45: cannot install the best candidate for the job 2024-04-07T14:40:01.612 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.613 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.613 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.613 INFO:teuthology.orchestra.run.smithi053.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-07T14:40:01.676 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-04-07T14:40:01.677 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:40:01.677 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-04-07T14:40:01.677 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:40:01.677 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-04-07T14:40:01.677 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-nbd x86_64 2:19.0.0-2578.ge5c885fe.el9 ceph 171 k 2024-04-07T14:40:01.677 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:40:01.677 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-04-07T14:40:01.677 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-04-07T14:40:01.677 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-04-07T14:40:01.678 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:40:01.678 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 171 k 2024-04-07T14:40:01.678 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 494 k 2024-04-07T14:40:01.678 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-04-07T14:40:02.024 INFO:teuthology.orchestra.run.smithi053.stdout:rbd-nbd-19.0.0-2578.ge5c885fe.el9.x86_64.rpm 493 kB/s | 171 kB 00:00 2024-04-07T14:40:02.024 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:40:02.024 INFO:teuthology.orchestra.run.smithi053.stdout:Total 492 kB/s | 171 kB 00:00 2024-04-07T14:40:02.025 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-04-07T14:40:02.033 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-04-07T14:40:02.034 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-04-07T14:40:02.096 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-04-07T14:40:02.097 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-04-07T14:40:02.266 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-04-07T14:40:02.381 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:40:02.964 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:40:03.264 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 1/1 2024-04-07T14:40:03.264 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:40:03.264 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-04-07T14:40:03.264 INFO:teuthology.orchestra.run.smithi053.stdout: rbd-nbd-2:19.0.0-2578.ge5c885fe.el9.x86_64 2024-04-07T14:40:03.264 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:40:03.264 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-04-07T14:40:03.539 DEBUG:teuthology.parallel:result is None 2024-04-07T14:40:03.540 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:40:03.782 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-07T14:40:03.803 INFO:teuthology.orchestra.run.smithi053.stdout:19.0.0-2578.ge5c885fe.el9 2024-04-07T14:40:03.803 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2578.ge5c885fe.el9 2024-04-07T14:40:03.803 INFO:teuthology.task.install:The correct ceph version 19.0.0-2578.ge5c885fe is installed. 2024-04-07T14:40:03.805 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:40:03.951 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-07T14:40:03.976 INFO:teuthology.orchestra.run.smithi136.stdout:19.0.0-2578.ge5c885fe.el9 2024-04-07T14:40:03.977 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2578.ge5c885fe.el9 2024-04-07T14:40:03.977 INFO:teuthology.task.install:The correct ceph version 19.0.0-2578.ge5c885fe is installed. 2024-04-07T14:40:03.979 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:40:04.197 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-07T14:40:04.223 INFO:teuthology.orchestra.run.smithi164.stdout:19.0.0-2578.ge5c885fe.el9 2024-04-07T14:40:04.223 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2578.ge5c885fe.el9 2024-04-07T14:40:04.223 INFO:teuthology.task.install:The correct ceph version 19.0.0-2578.ge5c885fe is installed. 2024-04-07T14:40:04.225 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-07T14:40:04.225 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-07T14:40:04.225 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-07T14:40:04.258 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T14:40:04.259 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-07T14:40:04.291 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-07T14:40:04.291 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-07T14:40:04.325 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-07T14:40:04.326 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-07T14:40:04.326 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/daemon-helper 2024-04-07T14:40:04.355 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-07T14:40:04.426 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T14:40:04.426 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/daemon-helper 2024-04-07T14:40:04.458 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-07T14:40:04.529 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-07T14:40:04.529 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/daemon-helper 2024-04-07T14:40:04.562 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-07T14:40:04.632 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-07T14:40:04.632 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-07T14:40:04.632 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-07T14:40:04.663 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-07T14:40:04.735 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T14:40:04.735 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-07T14:40:04.762 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-07T14:40:04.831 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-07T14:40:04.831 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-07T14:40:04.862 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-07T14:40:04.932 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-07T14:40:04.932 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-07T14:40:04.932 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/usr/bin/stdin-killer 2024-04-07T14:40:04.964 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-07T14:40:05.034 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-04-07T14:40:05.035 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/usr/bin/stdin-killer 2024-04-07T14:40:05.062 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-07T14:40:05.130 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-07T14:40:05.130 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/stdin-killer 2024-04-07T14:40:05.160 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-07T14:40:05.230 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-07T14:40:05.339 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d'} 2024-04-07T14:40:05.339 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:40:05.340 INFO:tasks.cephadm:Cluster fsid is b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:40:05.340 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-07T14:40:05.340 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.53', 'mon.b': '172.21.15.136', 'mon.c': '172.21.15.164'} 2024-04-07T14:40:05.340 INFO:tasks.cephadm:First mon is mon.a on smithi053 2024-04-07T14:40:05.341 INFO:tasks.cephadm:First mgr is a 2024-04-07T14:40:05.341 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-07T14:40:05.341 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2024-04-07T14:40:05.372 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2024-04-07T14:40:05.399 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2024-04-07T14:40:05.429 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-07T14:40:05.429 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:40:05.590 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54784/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2578-ge5c885fe', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2578.ge5c885fe'}, 'url': 'https://1.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-01 21:29:58.884301', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}, {'status': 'ready', 'sha1': 'e5c885fe95ee982ff7b45214daa61b1a6d09d57d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54782/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2578-ge5c885fe', 'node_name': '172.21.5.34+adami04', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2578.ge5c885fe'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-01 17:45:20.920598', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-07T14:40:05.813 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref main, sha1 e5c885fe95ee982ff7b45214daa61b1a6d09d57d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:40:05.815 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/x86_64/flavors/default/cephadm 2024-04-07T14:40:05.815 DEBUG:teuthology.orchestra.run.smithi053:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T14:40:06.519 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-r--r--. 1 ubuntu ubuntu 781283 Apr 7 14:40 /home/ubuntu/cephtest/cephadm 2024-04-07T14:40:06.520 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T14:40:07.020 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-r--r--. 1 ubuntu ubuntu 781283 Apr 7 14:40 /home/ubuntu/cephtest/cephadm 2024-04-07T14:40:07.021 DEBUG:teuthology.orchestra.run.smithi164:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/main/e5c885fe95ee982ff7b45214daa61b1a6d09d57d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-07T14:40:07.725 INFO:teuthology.orchestra.run.smithi164.stdout:-rw-r--r--. 1 ubuntu ubuntu 781283 Apr 7 14:40 /home/ubuntu/cephtest/cephadm 2024-04-07T14:40:07.725 DEBUG:teuthology.orchestra.run.smithi053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T14:40:07.750 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T14:40:07.770 DEBUG:teuthology.orchestra.run.smithi164:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-07T14:40:07.802 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d on all hosts... 2024-04-07T14:40:07.802 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T14:40:07.805 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T14:40:07.813 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d pull 2024-04-07T14:40:08.646 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T14:40:08.650 INFO:teuthology.orchestra.run.smithi053.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T14:40:08.740 INFO:teuthology.orchestra.run.smithi164.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T14:40:46.257 INFO:teuthology.orchestra.run.smithi164.stdout:{ 2024-04-07T14:40:46.257 INFO:teuthology.orchestra.run.smithi164.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T14:40:46.257 INFO:teuthology.orchestra.run.smithi164.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T14:40:46.257 INFO:teuthology.orchestra.run.smithi164.stdout: "repo_digests": [ 2024-04-07T14:40:46.258 INFO:teuthology.orchestra.run.smithi164.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T14:40:46.258 INFO:teuthology.orchestra.run.smithi164.stdout: ] 2024-04-07T14:40:46.258 INFO:teuthology.orchestra.run.smithi164.stdout:} 2024-04-07T14:41:03.715 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-04-07T14:41:03.715 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T14:41:03.715 INFO:teuthology.orchestra.run.smithi053.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T14:41:03.715 INFO:teuthology.orchestra.run.smithi053.stdout: "repo_digests": [ 2024-04-07T14:41:03.715 INFO:teuthology.orchestra.run.smithi053.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T14:41:03.716 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2024-04-07T14:41:03.716 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-04-07T14:41:06.941 INFO:teuthology.orchestra.run.smithi136.stdout:{ 2024-04-07T14:41:06.942 INFO:teuthology.orchestra.run.smithi136.stdout: "ceph_version": "ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev)", 2024-04-07T14:41:06.942 INFO:teuthology.orchestra.run.smithi136.stdout: "image_id": "fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce", 2024-04-07T14:41:06.942 INFO:teuthology.orchestra.run.smithi136.stdout: "repo_digests": [ 2024-04-07T14:41:06.942 INFO:teuthology.orchestra.run.smithi136.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:72637ed65c3eacb208a01eb8fcf572a65857060627154597bacdb87f092e5fe1" 2024-04-07T14:41:06.942 INFO:teuthology.orchestra.run.smithi136.stdout: ] 2024-04-07T14:41:06.942 INFO:teuthology.orchestra.run.smithi136.stdout:} 2024-04-07T14:41:06.968 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /etc/ceph 2024-04-07T14:41:07.003 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2024-04-07T14:41:07.033 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /etc/ceph 2024-04-07T14:41:07.067 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 777 /etc/ceph 2024-04-07T14:41:07.098 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2024-04-07T14:41:07.126 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 777 /etc/ceph 2024-04-07T14:41:07.156 INFO:tasks.cephadm:Writing seed config... 2024-04-07T14:41:07.158 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-07T14:41:07.158 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-07T14:41:07.158 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-07T14:41:07.158 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-07T14:41:07.158 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-07T14:41:07.158 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-07T14:41:07.158 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-07T14:41:07.158 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-07T14:41:07.158 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-07T14:41:07.159 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-04-07T14:41:07.159 DEBUG:teuthology.orchestra.run.smithi053:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-07T14:41:07.177 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = b94dbddc-f4ec-11ee-b649-cb9ed24678a4 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-07T14:41:07.177 DEBUG:teuthology.orchestra.run.smithi053:mon.a> sudo journalctl -f -n 0 -u ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a.service 2024-04-07T14:41:07.219 DEBUG:teuthology.orchestra.run.smithi053:mgr.a> sudo journalctl -f -n 0 -u ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mgr.a.service 2024-04-07T14:41:07.262 INFO:tasks.cephadm:Bootstrapping... 2024-04-07T14:41:07.263 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.53 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-07T14:41:07.464 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-04-07T14:41:07.465 INFO:teuthology.orchestra.run.smithi053.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d', '-v', 'bootstrap', '--fsid', 'b94dbddc-f4ec-11ee-b649-cb9ed24678a4', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.53', '--skip-admin-label'] 2024-04-07T14:41:07.465 INFO:teuthology.orchestra.run.smithi053.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-07T14:41:07.465 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying podman|docker is present... 2024-04-07T14:41:07.490 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-07T14:41:07.490 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying lvm2 is present... 2024-04-07T14:41:07.490 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying time synchronization is in place... 2024-04-07T14:41:07.497 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T14:41:07.497 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T14:41:07.503 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T14:41:07.503 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-07T14:41:07.509 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout enabled 2024-04-07T14:41:07.515 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout active 2024-04-07T14:41:07.515 INFO:teuthology.orchestra.run.smithi053.stdout:Unit chronyd.service is enabled and running 2024-04-07T14:41:07.516 INFO:teuthology.orchestra.run.smithi053.stdout:Repeating the final host check... 2024-04-07T14:41:07.538 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-07T14:41:07.539 INFO:teuthology.orchestra.run.smithi053.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-07T14:41:07.539 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl is present 2024-04-07T14:41:07.539 INFO:teuthology.orchestra.run.smithi053.stdout:lvcreate is present 2024-04-07T14:41:07.545 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-07T14:41:07.545 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-07T14:41:07.550 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-07T14:41:07.550 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-07T14:41:07.556 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout enabled 2024-04-07T14:41:07.563 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout active 2024-04-07T14:41:07.563 INFO:teuthology.orchestra.run.smithi053.stdout:Unit chronyd.service is enabled and running 2024-04-07T14:41:07.563 INFO:teuthology.orchestra.run.smithi053.stdout:Host looks OK 2024-04-07T14:41:07.563 INFO:teuthology.orchestra.run.smithi053.stdout:Cluster fsid: b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:07.563 INFO:teuthology.orchestra.run.smithi053.stdout:Acquiring lock 139710213493424 on /run/cephadm/b94dbddc-f4ec-11ee-b649-cb9ed24678a4.lock 2024-04-07T14:41:07.563 INFO:teuthology.orchestra.run.smithi053.stdout:Lock 139710213493424 acquired on /run/cephadm/b94dbddc-f4ec-11ee-b649-cb9ed24678a4.lock 2024-04-07T14:41:07.563 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying IP 172.21.15.53 port 3300 ... 2024-04-07T14:41:07.563 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying IP 172.21.15.53 port 6789 ... 2024-04-07T14:41:07.564 INFO:teuthology.orchestra.run.smithi053.stdout:Base mon IP(s) is [172.21.15.53:3300, 172.21.15.53:6789], mon addrv is [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2024-04-07T14:41:07.566 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.53 metric 100 2024-04-07T14:41:07.566 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.53 metric 100 2024-04-07T14:41:07.569 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-07T14:41:07.569 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-07T14:41:07.569 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-07T14:41:07.571 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-07T14:41:07.571 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-07T14:41:07.571 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T14:41:07.571 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-07T14:41:07.571 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:3718/64 scope link noprefixroute 2024-04-07T14:41:07.571 INFO:teuthology.orchestra.run.smithi053.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-07T14:41:07.572 INFO:teuthology.orchestra.run.smithi053.stdout:Mon IP `172.21.15.53` is in CIDR network `172.21.0.0/20` 2024-04-07T14:41:07.572 INFO:teuthology.orchestra.run.smithi053.stdout:Mon IP `172.21.15.53` is in CIDR network `172.21.0.0/20` 2024-04-07T14:41:07.572 INFO:teuthology.orchestra.run.smithi053.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-07T14:41:07.573 INFO:teuthology.orchestra.run.smithi053.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-07T14:41:07.573 INFO:teuthology.orchestra.run.smithi053.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T14:41:08.165 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce 2024-04-07T14:41:08.165 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d... 2024-04-07T14:41:08.165 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Getting image source signatures 2024-04-07T14:41:08.166 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Copying blob sha256:782e6bcadc93519e2d08c343133a0b5af6209f666ea103bfa10c8730b0492c89 2024-04-07T14:41:08.166 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Copying blob sha256:11da15500eca1f826c328eb3265caa30b0a3730510e2a32023084d6fe9cee20c 2024-04-07T14:41:08.166 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Copying config sha256:fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce 2024-04-07T14:41:08.166 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-07T14:41:09.079 INFO:teuthology.orchestra.run.smithi053.stdout:ceph: stdout ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev) 2024-04-07T14:41:09.079 INFO:teuthology.orchestra.run.smithi053.stdout:Ceph version: ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev) 2024-04-07T14:41:09.079 INFO:teuthology.orchestra.run.smithi053.stdout:Extracting ceph user uid/gid from container image... 2024-04-07T14:41:10.076 INFO:teuthology.orchestra.run.smithi053.stdout:stat: stdout 167 167 2024-04-07T14:41:10.076 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial keys... 2024-04-07T14:41:10.832 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQCGsBJmhhCMFhAACXwrQNoNiXQwqyUGXnQ3BA== 2024-04-07T14:41:11.695 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQCHsBJmkel9BhAAASXIQHacva9SoIiBueHL/A== 2024-04-07T14:41:12.542 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph-authtool: stdout AQCIsBJmGnJVABAAQ1pn9pSu1L+2U9DMIoJhjA== 2024-04-07T14:41:12.543 INFO:teuthology.orchestra.run.smithi053.stdout:Creating initial monmap... 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:monmaptool for a [v2:172.21.15.53:3300,v1:172.21.15.53:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:setting min_mon_release = quincy 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: set fsid to b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:41:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:Creating mon... 2024-04-07T14:41:14.498 INFO:teuthology.orchestra.run.smithi053.stdout:create mon.a on 2024-04-07T14:41:14.696 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-07T14:41:14.837 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-07T14:41:15.002 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target → /etc/systemd/system/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target. 2024-04-07T14:41:15.002 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target → /etc/systemd/system/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target. 2024-04-07T14:41:15.249 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a 2024-04-07T14:41:15.249 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a.service: Unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a.service not loaded. 2024-04-07T14:41:15.416 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target.wants/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a.service → /etc/systemd/system/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@.service. 2024-04-07T14:41:15.990 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-07T14:41:15.990 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2024-04-07T14:41:15.996 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-07T14:41:15.996 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-07T14:41:15.996 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2024-04-07T14:41:15.997 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T14:41:15.997 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mon to start... 2024-04-07T14:41:15.997 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mon... 2024-04-07T14:41:17.115 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:16 smithi053 ceph-mon[29597]: from='client.? 172.21.15.53:0/298504180' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-07T14:41:17.118 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout cluster: 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout id: b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout services: 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.570764s) 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout data: 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-07T14:41:17.120 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-07T14:41:17.121 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout pgs: 2024-04-07T14:41:17.121 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:17.121 INFO:teuthology.orchestra.run.smithi053.stdout:mon is available 2024-04-07T14:41:17.121 INFO:teuthology.orchestra.run.smithi053.stdout:Assimilating anything we can from ceph.conf... 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout fsid = b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T14:41:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:18.152 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T14:41:18.152 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T14:41:18.152 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T14:41:18.152 INFO:teuthology.orchestra.run.smithi053.stdout:Generating new minimal ceph.conf... 2024-04-07T14:41:18.255 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:17 smithi053 ceph-mon[29597]: from='client.? 172.21.15.53:0/2118180080' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-07T14:41:18.256 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:17 smithi053 ceph-mon[29597]: from='client.? 172.21.15.53:0/2118180080' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-07T14:41:19.148 INFO:teuthology.orchestra.run.smithi053.stdout:Restarting the monitor... 2024-04-07T14:41:19.169 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:18 smithi053 ceph-mon[29597]: from='client.? 172.21.15.53:0/2214664321' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-07T14:41:19.435 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:19 smithi053 systemd[1]: Stopping Ceph mon.a for b94dbddc-f4ec-11ee-b649-cb9ed24678a4... 2024-04-07T14:41:19.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:19 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a[29593]: 2024-04-07T14:41:19.417+0000 7fc931b2b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-07T14:41:19.436 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:19 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a[29593]: 2024-04-07T14:41:19.417+0000 7fc931b2b700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-07T14:41:19.697 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:19 smithi053 podman[29844]: 2024-04-07 14:41:19.437695297 +0000 UTC m=+0.121322196 container died 9c4e5296dc7eb2aa0d311b63585e160d63dfc3702a6e6b4b1b0b762ee28cecbf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a, org.label-schema.build-date=20240326, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=main-e5c885f, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-04-07T14:41:19.698 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:19 smithi053 podman[29844]: 2024-04-07 14:41:19.699985554 +0000 UTC m=+0.383612451 container cleanup 9c4e5296dc7eb2aa0d311b63585e160d63dfc3702a6e6b4b1b0b762ee28cecbf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240326, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, RELEASE=main-e5c885f, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-07T14:41:19.957 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:19 smithi053 bash[29844]: ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a 2024-04-07T14:41:20.255 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:19 smithi053 podman[29858]: 2024-04-07 14:41:19.959567899 +0000 UTC m=+0.518185514 container remove 9c4e5296dc7eb2aa0d311b63585e160d63dfc3702a6e6b4b1b0b762ee28cecbf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-e5c885f, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.build-date=20240326, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0) 2024-04-07T14:41:20.256 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 systemd[1]: ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-07T14:41:20.256 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 systemd[1]: Stopped Ceph mon.a for b94dbddc-f4ec-11ee-b649-cb9ed24678a4. 2024-04-07T14:41:20.256 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 systemd[1]: Starting Ceph mon.a for b94dbddc-f4ec-11ee-b649-cb9ed24678a4... 2024-04-07T14:41:20.655 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 podman[29952]: 2024-04-07 14:41:20.247293745 +0000 UTC m=+0.017428753 image pull fe467d9065a1c6ff757668cf0f97eb2a00e56f51271fffd4b076c4d1580a91ce quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d 2024-04-07T14:41:20.655 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 podman[29952]: 2024-04-07 14:41:20.360399646 +0000 UTC m=+0.130534695 container create 1fb7517efe9a25f5293fde9a244b8bd106efe1746c632bfe2b539b50ea10256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=main-e5c885f, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240326, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-04-07T14:41:20.655 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 podman[29952]: 2024-04-07 14:41:20.554275666 +0000 UTC m=+0.324410674 container init 1fb7517efe9a25f5293fde9a244b8bd106efe1746c632bfe2b539b50ea10256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-e5c885f, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240326, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-07T14:41:20.655 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 podman[29952]: 2024-04-07 14:41:20.556989724 +0000 UTC m=+0.327124732 container start 1fb7517efe9a25f5293fde9a244b8bd106efe1746c632bfe2b539b50ea10256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240326, org.label-schema.license=GPLv2, RELEASE=main-e5c885f, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-04-07T14:41:20.655 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: set uid:gid to 167:167 (ceph:ceph) 2024-04-07T14:41:20.655 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: ceph version 19.0.0-2578-ge5c885fe (e5c885fe95ee982ff7b45214daa61b1a6d09d57d) squid (dev), process ceph-mon, pid 2 2024-04-07T14:41:20.655 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: pidfile_write: ignore empty --pid-file 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: load: jerasure load: lrc 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: RocksDB version: 7.9.2 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Git sha 0 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Compile date 2024-04-01 20:25:56 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: DB SUMMARY 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: DB Session ID: BKW47ERHWM9ASTV1LL1Q 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: CURRENT file: CURRENT 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: IDENTITY file: IDENTITY 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-07T14:41:20.656 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89103 ; 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.error_if_exists: 0 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.create_if_missing: 0 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.paranoid_checks: 1 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.env: 0x555e0ce55c60 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.fs: PosixFileSystem 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.info_log: 0x555e0f153ae0 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_file_opening_threads: 16 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.statistics: (nil) 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.use_fsync: 0 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_log_file_size: 0 2024-04-07T14:41:20.657 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.keep_log_file_num: 1000 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.recycle_log_file_num: 0 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.allow_fallocate: 1 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.allow_mmap_reads: 0 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.allow_mmap_writes: 0 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.use_direct_reads: 0 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.create_missing_column_families: 0 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.db_log_dir: 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.wal_dir: 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-07T14:41:20.658 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.advise_random_on_open: 1 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.db_write_buffer_size: 0 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.write_buffer_manager: 0x555e0f1241e0 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.rate_limiter: (nil) 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-07T14:41:20.659 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.wal_recovery_mode: 2 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.enable_thread_tracking: 0 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.enable_pipelined_write: 0 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.unordered_write: 0 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.row_cache: None 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.wal_filter: None 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.allow_ingest_behind: 0 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.two_write_queues: 0 2024-04-07T14:41:20.661 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.manual_wal_flush: 0 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.wal_compression: 0 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.atomic_flush: 0 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.log_readahead_size: 0 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.best_efforts_recovery: 0 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.allow_data_in_errors: 0 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.db_host_id: __hostname__ 2024-04-07T14:41:20.662 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-07T14:41:20.663 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_background_jobs: 2 2024-04-07T14:41:20.663 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_background_compactions: -1 2024-04-07T14:41:20.663 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_subcompactions: 1 2024-04-07T14:41:20.663 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-07T14:41:20.663 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-07T14:41:20.663 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-07T14:41:20.663 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_total_wal_size: 0 2024-04-07T14:41:20.663 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-07T14:41:20.663 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_open_files: -1 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bytes_per_sync: 0 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_readahead_size: 0 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_background_flushes: -1 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Compression algorithms supported: 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: kZSTD supported: 0 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: kXpressCompression supported: 0 2024-04-07T14:41:20.664 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: kLZ4HCCompression supported: 1 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: kZlibCompression supported: 1 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: kSnappyCompression supported: 1 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: kLZ4Compression supported: 1 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: kBZip2Compression supported: 0 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.merge_operator: 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_filter: None 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_filter_factory: None 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.sst_partitioner_factory: None 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-07T14:41:20.665 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555e0f153cc0) 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout: cache_index_and_filter_blocks: 1 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout: pin_top_level_index_and_filter: 1 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout: index_type: 0 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout: data_block_index_type: 0 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout: index_shortening: 1 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-07T14:41:20.666 INFO:journalctl@ceph.mon.a.smithi053.stdout: checksum: 4 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: no_block_cache: 0 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache: 0x555e0f157090 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache_name: BinnedLRUCache 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache_options: 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: capacity : 536870912 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: num_shard_bits : 4 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: strict_capacity_limit : 0 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: high_pri_pool_ratio: 0.000 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_cache_compressed: (nil) 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: persistent_cache: (nil) 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_size: 4096 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_size_deviation: 10 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_restart_interval: 16 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: index_block_restart_interval: 1 2024-04-07T14:41:20.667 INFO:journalctl@ceph.mon.a.smithi053.stdout: metadata_block_size: 4096 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: partition_filters: 0 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: use_delta_encoding: 1 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: filter_policy: bloomfilter 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: whole_key_filtering: 1 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: verify_compression: 0 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: read_amp_bytes_per_bit: 0 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: format_version: 5 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: enable_index_compression: 1 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: block_align: 0 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: max_auto_readahead_size: 262144 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: prepopulate_block_cache: 0 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: initial_auto_readahead_size: 8192 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout: num_file_reads_for_auto_readahead: 2 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.write_buffer_size: 33554432 2024-04-07T14:41:20.668 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_write_buffer_number: 2 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression: NoCompression 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression: Disabled 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.prefix_extractor: nullptr 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.num_levels: 7 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-07T14:41:20.669 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression_opts.level: 32767 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression_opts.strategy: 0 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression_opts.enabled: false 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-07T14:41:20.670 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.target_file_size_base: 67108864 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-07T14:41:20.671 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.arena_block_size: 1048576 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.disable_auto_compactions: 0 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-07T14:41:20.672 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.inplace_update_support: 0 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.bloom_locality: 0 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.max_successive_merges: 0 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.paranoid_file_checks: 0 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.force_consistency_checks: 1 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.report_bg_io_stats: 0 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.ttl: 2592000 2024-04-07T14:41:20.673 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-07T14:41:20.674 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-07T14:41:20.674 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-07T14:41:20.674 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.enable_blob_files: false 2024-04-07T14:41:20.674 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.min_blob_size: 0 2024-04-07T14:41:20.674 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.blob_file_size: 268435456 2024-04-07T14:41:20.674 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-07T14:41:20.674 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-07T14:41:20.674 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-07T14:41:20.674 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.blob_file_starting_level: 0 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4dfe0cd8-1e78-46fd-a6bc-af0ed3960ec5 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712500880586134, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712500880587006, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85720, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83867, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 78074, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1712500880, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4dfe0cd8-1e78-46fd-a6bc-af0ed3960ec5", "db_session_id": "BKW47ERHWM9ASTV1LL1Q", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712500880587089, "job": 1, "event": "recovery_finished"} 2024-04-07T14:41:20.675 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555e0f246000 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: DB pointer 0x555e0f230000 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** DB Stats ** 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-04-07T14:41:20.676 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** Compaction Stats [default] ** 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: L0 2/0 85.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: Sum 2/0 85.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** Compaction Stats [default] ** 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 145.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-07T14:41:20.677 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: Cumulative compaction: 0.00 GB write, 28.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: Interval compaction: 0.00 GB write, 28.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: Block cache BinnedLRUCache@0x555e0f157090#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: starting mon.a rank 0 at public addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] at bind addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:20.678 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mon.a@-1(???) e1 preinit fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mon.a@-1(???).mds e1 new map 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mon.a@-1(???).mds e1 print_map 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout: e1 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout: legacy client fscid: -1 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout: 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout: No filesystems configured 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-07T14:41:20.679 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: monmap epoch 1 2024-04-07T14:41:20.680 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:20.680 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: last_changed 2024-04-07T14:41:12.900398+0000 2024-04-07T14:41:20.680 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: created 2024-04-07T14:41:12.900398+0000 2024-04-07T14:41:20.680 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: min_mon_release 19 (squid) 2024-04-07T14:41:20.680 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: election_strategy: 1 2024-04-07T14:41:20.680 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: 0: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.a 2024-04-07T14:41:20.680 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: fsmap 2024-04-07T14:41:20.680 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: osdmap e1: 0 total, 0 up, 0 in 2024-04-07T14:41:20.680 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 ceph-mon[29971]: mgrmap e1: no daemons active 2024-04-07T14:41:20.681 INFO:teuthology.orchestra.run.smithi053.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-07T14:41:20.971 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 bash[29952]: 1fb7517efe9a25f5293fde9a244b8bd106efe1746c632bfe2b539b50ea10256f 2024-04-07T14:41:20.972 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:20 smithi053 systemd[1]: Started Ceph mon.a for b94dbddc-f4ec-11ee-b649-cb9ed24678a4. 2024-04-07T14:41:21.737 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-07T14:41:21.758 INFO:teuthology.orchestra.run.smithi053.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-07T14:41:21.759 INFO:teuthology.orchestra.run.smithi053.stdout:Creating mgr... 2024-04-07T14:41:21.759 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-07T14:41:21.759 INFO:teuthology.orchestra.run.smithi053.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-07T14:41:22.015 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mgr.a 2024-04-07T14:41:22.015 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mgr.a.service: Unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mgr.a.service not loaded. 2024-04-07T14:41:22.159 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target.wants/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mgr.a.service → /etc/systemd/system/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@.service. 2024-04-07T14:41:22.482 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-mon[29971]: from='client.? 172.21.15.53:0/2919655909' entity='client.admin' 2024-04-07T14:41:22.670 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-07T14:41:22.670 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2024-04-07T14:41:22.677 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-07T14:41:22.677 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-07T14:41:22.678 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2024-04-07T14:41:22.678 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to enable service . firewalld.service is not available 2024-04-07T14:41:22.687 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-07T14:41:22.687 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout disabled 2024-04-07T14:41:22.695 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-07T14:41:22.695 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stdout inactive 2024-04-07T14:41:22.695 INFO:teuthology.orchestra.run.smithi053.stdout:firewalld.service is not enabled 2024-04-07T14:41:22.695 INFO:teuthology.orchestra.run.smithi053.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-07T14:41:22.695 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr to start... 2024-04-07T14:41:22.695 INFO:teuthology.orchestra.run.smithi053.stdout:Waiting for mgr... 2024-04-07T14:41:22.737 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.735+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.737 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.737 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.739+0000 7f422d48c200 -1 mgr[py] Class not found in module 'dashboard' 2024-04-07T14:41:22.737 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.739+0000 7f422d48c200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-04-07T14:41:22.989 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.754+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.989 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.754+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.989 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.989 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.759+0000 7f422d48c200 -1 mgr[py] Class not found in module 'zabbix' 2024-04-07T14:41:22.989 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.759+0000 7f422d48c200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-04-07T14:41:22.989 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.773+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.989 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.773+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.777+0000 7f422d48c200 -1 mgr[py] Class not found in module 'balancer' 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.777+0000 7f422d48c200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.792+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.792+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.796+0000 7f422d48c200 -1 mgr[py] Class not found in module 'influx' 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.796+0000 7f422d48c200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.819+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.819+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.823+0000 7f422d48c200 -1 mgr[py] Class not found in module 'alerts' 2024-04-07T14:41:22.990 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.823+0000 7f422d48c200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-04-07T14:41:22.991 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.838+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.991 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.838+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.991 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.991 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.842+0000 7f422d48c200 -1 mgr[py] Class not found in module 'iostat' 2024-04-07T14:41:22.991 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.842+0000 7f422d48c200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-04-07T14:41:22.991 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.858+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.858+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.862+0000 7f422d48c200 -1 mgr[py] Class not found in module 'rgw' 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.862+0000 7f422d48c200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.876+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.876+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.880+0000 7f422d48c200 -1 mgr[py] Class not found in module 'rbd_support' 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.880+0000 7f422d48c200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.895+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.895+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.899+0000 7f422d48c200 -1 mgr[py] Class not found in module 'progress' 2024-04-07T14:41:22.992 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.899+0000 7f422d48c200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.913+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.914+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.917+0000 7f422d48c200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.917+0000 7f422d48c200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.932+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.932+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.936+0000 7f422d48c200 -1 mgr[py] Class not found in module 'devicehealth' 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.936+0000 7f422d48c200 -1 mgr[py] Error loading module 'devicehealth': (22) Invalid argument 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.951+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.951+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.993 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.955+0000 7f422d48c200 -1 mgr[py] Class not found in module 'k8sevents' 2024-04-07T14:41:22.994 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.955+0000 7f422d48c200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-04-07T14:41:22.994 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.970+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:22.994 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.971+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:22.994 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.994 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.975+0000 7f422d48c200 -1 mgr[py] Class not found in module 'rook' 2024-04-07T14:41:22.994 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.975+0000 7f422d48c200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-04-07T14:41:22.994 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.990+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.252 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.990+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.252 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.994+0000 7f422d48c200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:22 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:22.994+0000 7f422d48c200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.031+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.031+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.035+0000 7f422d48c200 -1 mgr[py] Class not found in module 'mirroring' 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.035+0000 7f422d48c200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.050+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.050+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.054+0000 7f422d48c200 -1 mgr[py] Class not found in module 'selftest' 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.054+0000 7f422d48c200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.068+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.253 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.068+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.254 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.254 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.072+0000 7f422d48c200 -1 mgr[py] Class not found in module 'telegraf' 2024-04-07T14:41:23.254 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.072+0000 7f422d48c200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-04-07T14:41:23.254 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.087+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.254 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.087+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.254 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.254 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.091+0000 7f422d48c200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-04-07T14:41:23.254 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.091+0000 7f422d48c200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-04-07T14:41:23.254 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.106+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.106+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.110+0000 7f422d48c200 -1 mgr[py] Class not found in module 'localpool' 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.110+0000 7f422d48c200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.124+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.124+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.129+0000 7f422d48c200 -1 mgr[py] Class not found in module 'crash' 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.129+0000 7f422d48c200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.143+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.143+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.147+0000 7f422d48c200 -1 mgr[py] Class not found in module 'insights' 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.147+0000 7f422d48c200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.162+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.162+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.166+0000 7f422d48c200 -1 mgr[py] Class not found in module 'orchestrator' 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.166+0000 7f422d48c200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.179+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.179+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.183+0000 7f422d48c200 -1 mgr[py] Class not found in module 'osd_support' 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.183+0000 7f422d48c200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.198+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.198+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.257 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.257 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.202+0000 7f422d48c200 -1 mgr[py] Class not found in module 'volumes' 2024-04-07T14:41:23.257 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.202+0000 7f422d48c200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-04-07T14:41:23.257 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.253+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.505 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-mon[29971]: Activating manager daemon a 2024-04-07T14:41:23.506 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-mon[29971]: mgrmap e2: a(active, starting, since 0.00179851s) 2024-04-07T14:41:23.506 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-mon[29971]: from='mgr.14100 172.21.15.53:0/1703562582' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-07T14:41:23.506 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-mon[29971]: from='mgr.14100 172.21.15.53:0/1703562582' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-07T14:41:23.506 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-mon[29971]: from='mgr.14100 172.21.15.53:0/1703562582' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-07T14:41:23.506 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-mon[29971]: from='mgr.14100 172.21.15.53:0/1703562582' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-07T14:41:23.506 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-mon[29971]: from='mgr.14100 172.21.15.53:0/1703562582' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-07T14:41:23.506 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-mon[29971]: Manager daemon a is now available 2024-04-07T14:41:23.506 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-mon[29971]: from='client.? 172.21.15.53:0/814885770' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.253+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.257+0000 7f422d48c200 -1 mgr[py] Class not found in module 'stats' 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.257+0000 7f422d48c200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.272+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.272+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.276+0000 7f422d48c200 -1 mgr[py] Class not found in module 'cephadm' 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.276+0000 7f422d48c200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-04-07T14:41:23.507 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.291+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.291+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.295+0000 7f422d48c200 -1 mgr[py] Class not found in module 'telemetry' 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.295+0000 7f422d48c200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.310+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.310+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.314+0000 7f422d48c200 -1 mgr[py] Class not found in module 'prometheus' 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.314+0000 7f422d48c200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.330+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.330+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.335+0000 7f422d48c200 -1 mgr[py] Class not found in module 'status' 2024-04-07T14:41:23.508 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.335+0000 7f422d48c200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-04-07T14:41:23.509 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.350+0000 7f422d48c200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-07T14:41:23.509 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.350+0000 7f422d48c200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-07T14:41:23.509 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.509 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.354+0000 7f422d48c200 -1 mgr[py] Class not found in module 'nfs' 2024-04-07T14:41:23.509 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.354+0000 7f422d48c200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-04-07T14:41:23.509 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:23 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:23.354+0000 7f422d48c200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: restful, mds_autoscaler, osd_perf_query, snap_schedule, dashboard, zabbix, balancer, influx, alerts, iostat, rgw, rbd_support, progress, pg_autoscaler, devicehealth, k8sevents, rook, diskprediction_local, mirroring, selftest, telegraf, test_orchestrator, localpool, crash, insights, orchestrator, osd_support, volumes, stats, cephadm, telemetry, prometheus, status, nfs 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "b94dbddc-f4ec-11ee-b649-cb9ed24678a4", 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T14:41:25.185 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T14:41:25.186 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T14:41:25.187 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T14:41:25.187 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T14:41:25.187 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T14:41:25.187 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T14:41:25.187 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T14:41:25.190 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:25.190 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T14:41:25.190 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T14:41:25.190 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T14:41:25.190 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T14:41:25.191 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T14:41:15.964881+0000", 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-04-07T14:41:25.192 INFO:teuthology.orchestra.run.smithi053.stdout:mgr not available, waiting (1/15)... 2024-04-07T14:41:25.505 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:25 smithi053 ceph-mon[29971]: mgrmap e3: a(active, since 1.00403s) 2024-04-07T14:41:28.005 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:27 smithi053 ceph-mon[29971]: from='client.? 172.21.15.53:0/1494126110' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-07T14:41:28.327 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:28.327 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout { 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsid": "b94dbddc-f4ec-11ee-b649-cb9ed24678a4", 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "health": { 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 0 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "a" 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-04-07T14:41:28.328 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-07T14:41:28.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:28.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "restful" 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout ], 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "modified": "2024-04-07T14:41:15.964881+0000", 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-07T14:41:28.331 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout }, 2024-04-07T14:41:28.332 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-07T14:41:28.332 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout } 2024-04-07T14:41:28.332 INFO:teuthology.orchestra.run.smithi053.stdout:mgr is available 2024-04-07T14:41:29.005 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:28 smithi053 ceph-mon[29971]: from='client.? 172.21.15.53:0/2830457286' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-07T14:41:29.329 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [global] 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout fsid = b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout [osd] 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-07T14:41:29.330 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-07T14:41:29.331 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling cephadm module... 2024-04-07T14:41:30.005 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:29 smithi053 ceph-mon[29971]: from='client.? 172.21.15.53:0/1163879118' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-07T14:41:30.309 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 2 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -e NODE_NAME=smithi053 -v /var/log/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmphvicb7hv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmph4o99df2:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d mgr module enable cephadm 2024-04-07T14:41:30.309 INFO:teuthology.orchestra.run.smithi053.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-07T14:41:30.309 INFO:teuthology.orchestra.run.smithi053.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -e NODE_NAME=smithi053 -v /var/log/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmphvicb7hv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmph4o99df2:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-07T14:41:30.309 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:41:30.310 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:41:30.310 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:41:30.310 INFO:teuthology.orchestra.run.smithi053.stdout: *************** 2024-04-07T14:41:30.310 INFO:teuthology.orchestra.run.smithi053.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-07T14:41:30.310 INFO:teuthology.orchestra.run.smithi053.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-07T14:41:30.310 INFO:teuthology.orchestra.run.smithi053.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-07T14:41:30.310 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:41:30.310 INFO:teuthology.orchestra.run.smithi053.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-07T14:41:30.310 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:41:30.311 INFO:teuthology.orchestra.run.smithi053.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-07T14:41:30.311 INFO:teuthology.orchestra.run.smithi053.stdout: *************** 2024-04-07T14:41:30.311 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:41:30.311 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-04-07T14:41:30.311 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:30.341 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 1fb7517efe9a,18.22MB / 33.27GB 2024-04-07T14:41:30.342 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 644149ab3271,100.1MB / 33.27GB 2024-04-07T14:41:30.366 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 1fb7517efe9a,1.07% 2024-04-07T14:41:30.366 INFO:teuthology.orchestra.run.smithi053.stdout:/bin/podman: stdout 644149ab3271,10.22% 2024-04-07T14:41:30.756 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:30 smithi053 systemd[1]: Stopping Ceph mon.a for b94dbddc-f4ec-11ee-b649-cb9ed24678a4... 2024-04-07T14:41:31.755 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:31 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a[29967]: 2024-04-07T14:41:31.473+0000 7fbf263ab700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-07T14:41:31.756 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:31 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a[29967]: 2024-04-07T14:41:31.473+0000 7fbf263ab700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-07T14:41:31.756 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:31 smithi053 podman[30539]: 2024-04-07 14:41:31.525078489 +0000 UTC m=+0.997551817 container died 1fb7517efe9a25f5293fde9a244b8bd106efe1746c632bfe2b539b50ea10256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=main-e5c885f, org.label-schema.build-date=20240326, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-07T14:41:35.737 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:35 smithi053 podman[30539]: 2024-04-07 14:41:35.304179228 +0000 UTC m=+4.776652559 container cleanup 1fb7517efe9a25f5293fde9a244b8bd106efe1746c632bfe2b539b50ea10256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=main-e5c885f, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240326) 2024-04-07T14:41:35.737 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:35 smithi053 bash[30539]: ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a 2024-04-07T14:41:37.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:37 smithi053 podman[30553]: 2024-04-07 14:41:37.275337213 +0000 UTC m=+5.749722613 container remove 1fb7517efe9a25f5293fde9a244b8bd106efe1746c632bfe2b539b50ea10256f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mon-a, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-e5c885f, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240326, GIT_CLEAN=True) 2024-04-07T14:41:37.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:37 smithi053 systemd[1]: ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-07T14:41:37.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Apr 07 14:41:37 smithi053 systemd[1]: Stopped Ceph mon.a for b94dbddc-f4ec-11ee-b649-cb9ed24678a4. 2024-04-07T14:41:37.832 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target.wants/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a.service". 2024-04-07T14:41:37.838 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 5 from systemctl stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mon.a.service 2024-04-07T14:41:37.838 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mon.a.service: Unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-07T14:41:37.844 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mon.a.service 2024-04-07T14:41:37.844 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mon.a.service: Unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-07T14:41:37.850 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl disable ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mon.a.service 2024-04-07T14:41:37.850 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mon.a.service does not exist. 2024-04-07T14:41:38.255 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:37 smithi053 systemd[1]: Stopping Ceph mgr.a for b94dbddc-f4ec-11ee-b649-cb9ed24678a4... 2024-04-07T14:41:39.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:38 smithi053 ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a[30200]: 2024-04-07T14:41:38.904+0000 7f4221a7a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-07T14:41:39.256 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:38 smithi053 podman[30675]: 2024-04-07 14:41:38.915602471 +0000 UTC m=+0.907834229 container died 644149ab32712181ec8397ec398ef001f3fcdb731100439d902ffb2308b62732 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a, org.label-schema.license=GPLv2, RELEASE=main-e5c885f, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326) 2024-04-07T14:41:40.321 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:40 smithi053 podman[30675]: 2024-04-07 14:41:40.105625131 +0000 UTC m=+2.097856895 container cleanup 644149ab32712181ec8397ec398ef001f3fcdb731100439d902ffb2308b62732 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a, CEPH_POINT_RELEASE=, RELEASE=main-e5c885f, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240326) 2024-04-07T14:41:40.322 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:40 smithi053 bash[30675]: ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a 2024-04-07T14:41:40.702 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target.wants/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mgr.a.service". 2024-04-07T14:41:40.709 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 5 from systemctl stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mgr.a.service 2024-04-07T14:41:40.709 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mgr.a.service: Unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-07T14:41:40.715 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mgr.a.service 2024-04-07T14:41:40.715 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mgr.a.service: Unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mgr.a.service not loaded. 2024-04-07T14:41:40.721 INFO:teuthology.orchestra.run.smithi053.stdout:Non-zero exit code 1 from systemctl disable ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mgr.a.service 2024-04-07T14:41:40.721 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-init@mgr.a.service does not exist. 2024-04-07T14:41:40.726 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:40 smithi053 podman[30689]: 2024-04-07 14:41:40.32327994 +0000 UTC m=+1.403692271 container remove 644149ab32712181ec8397ec398ef001f3fcdb731100439d902ffb2308b62732 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d, name=ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=main-e5c885f, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240326, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-07T14:41:40.726 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:40 smithi053 systemd[1]: ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mgr.a.service: Deactivated successfully. 2024-04-07T14:41:40.726 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:40 smithi053 systemd[1]: Stopped Ceph mgr.a for b94dbddc-f4ec-11ee-b649-cb9ed24678a4. 2024-04-07T14:41:40.726 INFO:journalctl@ceph.mgr.a.smithi053.stdout:Apr 07 14:41:40 smithi053 systemd[1]: ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mgr.a.service: Consumed 1.569s CPU time. 2024-04-07T14:41:40.875 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target". 2024-04-07T14:41:40.875 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4.target". 2024-04-07T14:41:41.046 INFO:teuthology.orchestra.run.smithi053.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-07T14:41:41.048 INFO:teuthology.orchestra.run.smithi053.stderr:Traceback (most recent call last): 2024-04-07T14:41:41.048 INFO:teuthology.orchestra.run.smithi053.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-04-07T14:41:41.053 INFO:teuthology.orchestra.run.smithi053.stderr: return _run_code(code, main_globals, None, 2024-04-07T14:41:41.053 INFO:teuthology.orchestra.run.smithi053.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-04-07T14:41:41.053 INFO:teuthology.orchestra.run.smithi053.stderr: exec(code, run_globals) 2024-04-07T14:41:41.053 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 5608, in 2024-04-07T14:41:41.053 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 5596, in main 2024-04-07T14:41:41.053 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-07T14:41:41.054 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-07T14:41:41.054 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-07T14:41:41.054 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-07T14:41:41.054 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-07T14:41:41.054 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-07T14:41:41.054 INFO:teuthology.orchestra.run.smithi053.stderr: File "/tmp/tmpu5iiqpri.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-07T14:41:41.054 INFO:teuthology.orchestra.run.smithi053.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -e NODE_NAME=smithi053 -v /var/log/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmphvicb7hv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmph4o99df2:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-07T14:41:41.054 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:41:41.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:41:41.077 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-07T14:41:41.077 DEBUG:teuthology.orchestra.run.smithi053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T14:41:41.092 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T14:41:41.111 DEBUG:teuthology.orchestra.run.smithi164:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-07T14:41:41.131 INFO:tasks.cephadm:Stopping all daemons... 2024-04-07T14:41:41.131 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-07T14:41:41.132 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a 2024-04-07T14:41:41.165 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a.service: Unit ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a.service not loaded. 2024-04-07T14:41:41.166 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-07T14:41:41.167 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.53 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 5: 'sudo systemctl stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a' 2024-04-07T14:41:41.169 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.53 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 5: 'sudo systemctl stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a' 2024-04-07T14:41:41.170 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-07T14:41:41.172 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/lib/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/remote/smithi053/crash 2024-04-07T14:41:41.173 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/lib/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T14:41:41.241 INFO:teuthology.orchestra.run.smithi053.stderr:tar: /var/lib/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T14:41:41.241 INFO:teuthology.orchestra.run.smithi053.stderr:tar: Error is not recoverable: exiting now 2024-04-07T14:41:41.243 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/remote/smithi136/crash 2024-04-07T14:41:41.244 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T14:41:41.316 INFO:teuthology.orchestra.run.smithi136.stderr:tar: /var/lib/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T14:41:41.316 INFO:teuthology.orchestra.run.smithi136.stderr:tar: Error is not recoverable: exiting now 2024-04-07T14:41:41.318 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/lib/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/crash to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/remote/smithi164/crash 2024-04-07T14:41:41.319 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/lib/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/crash -- . 2024-04-07T14:41:41.464 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/lib/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-07T14:41:41.464 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2024-04-07T14:41:41.465 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-07T14:41:41.466 DEBUG:teuthology.orchestra.run.smithi053:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-07T14:41:41.493 INFO:teuthology.orchestra.run.smithi053.stderr:grep: /var/log/ceph/b94dbddc-f4ec-11ee-b649-cb9ed24678a4/ceph.log: No such file or directory 2024-04-07T14:41:41.494 INFO:tasks.cephadm:Compressing logs... 2024-04-07T14:41:41.495 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:41:41.537 DEBUG:teuthology.orchestra.run.smithi136:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-07T14:41:41.540 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:41:41.560 INFO:teuthology.orchestra.run.smithi053.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-07T14:41:41.563 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-04-07T14:41:41.563 INFO:teuthology.orchestra.run.smithi053.stderr:real 0m0.014s 2024-04-07T14:41:41.563 INFO:teuthology.orchestra.run.smithi053.stderr:user 0m0.010s 2024-04-07T14:41:41.563 INFO:teuthology.orchestra.run.smithi053.stderr:sys 0m0.015s 2024-04-07T14:41:41.568 INFO:teuthology.orchestra.run.smithi136.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-07T14:41:41.568 INFO:teuthology.orchestra.run.smithi136.stderr:: No such file or directory 2024-04-07T14:41:41.569 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/cephadm.log: 55.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-07T14:41:41.571 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-04-07T14:41:41.571 INFO:teuthology.orchestra.run.smithi136.stderr:real 0m0.017s 2024-04-07T14:41:41.571 INFO:teuthology.orchestra.run.smithi136.stderr:user 0m0.012s 2024-04-07T14:41:41.571 INFO:teuthology.orchestra.run.smithi136.stderr:sys 0m0.019s 2024-04-07T14:41:41.572 INFO:teuthology.orchestra.run.smithi164.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-07T14:41:41.572 INFO:teuthology.orchestra.run.smithi164.stderr:: No such file or directory 2024-04-07T14:41:41.573 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cephadm.log: 56.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-07T14:41:41.575 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-07T14:41:41.575 INFO:teuthology.orchestra.run.smithi164.stderr:real 0m0.016s 2024-04-07T14:41:41.575 INFO:teuthology.orchestra.run.smithi164.stderr:user 0m0.018s 2024-04-07T14:41:41.575 INFO:teuthology.orchestra.run.smithi164.stderr:sys 0m0.012s 2024-04-07T14:41:41.575 INFO:tasks.cephadm:Archiving logs... 2024-04-07T14:41:41.575 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/remote/smithi053/log 2024-04-07T14:41:41.576 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T14:41:41.629 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/remote/smithi136/log 2024-04-07T14:41:41.630 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T14:41:41.659 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/remote/smithi164/log 2024-04-07T14:41:41.660 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-07T14:41:41.693 INFO:tasks.cephadm:Removing cluster... 2024-04-07T14:41:41.693 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 --force 2024-04-07T14:41:41.880 INFO:teuthology.orchestra.run.smithi053.stdout:Deleting cluster with fsid: b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:42.131 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 --force 2024-04-07T14:41:42.313 INFO:teuthology.orchestra.run.smithi136.stdout:Deleting cluster with fsid: b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:42.571 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 --force 2024-04-07T14:41:42.761 INFO:teuthology.orchestra.run.smithi164.stdout:Deleting cluster with fsid: b94dbddc-f4ec-11ee-b649-cb9ed24678a4 2024-04-07T14:41:43.184 INFO:tasks.cephadm:Removing cephadm ... 2024-04-07T14:41:43.184 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T14:41:43.202 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T14:41:43.218 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-07T14:41:43.235 INFO:tasks.cephadm:Teardown complete 2024-04-07T14:41:43.236 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.53 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 2194, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 5: 'sudo systemctl stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a' 2024-04-07T14:41:43.452 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d3340a464f394857bdefd840de6b97ae Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e5c885fe95ee982ff7b45214daa61b1a6d09d57d -v bootstrap --fsid b94dbddc-f4ec-11ee-b649-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.53 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 2194, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_e5c885fe95ee982ff7b45214daa61b1a6d09d57d/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi053 with status 5: 'sudo systemctl stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a' 2024-04-07T14:41:43.457 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-07T14:41:43.467 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-07T14:41:43.532 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-07T14:41:43.532 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-07T14:41:43.546 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-07T14:41:43.550 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-07T14:41:43.646 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-07T14:41:43.655 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-07T14:41:43.655 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T14:41:43.658 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T14:41:43.661 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-07T14:41:43.671 INFO:teuthology.orchestra.run.smithi053.stderr:bash: line 1: ntpq: command not found 2024-04-07T14:41:43.672 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-04-07T14:41:43.675 INFO:teuthology.orchestra.run.smithi164.stderr:bash: line 1: ntpq: command not found 2024-04-07T14:41:43.676 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T14:41:43.676 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-04-07T14:41:43.676 INFO:teuthology.orchestra.run.smithi053.stdout:^* hv01.front.sepia.ceph.com 2 6 377 6 -647us[ -652us] +/- 75ms 2024-04-07T14:41:43.677 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 7 +43us[ +38us] +/- 75ms 2024-04-07T14:41:43.677 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 6 +650us[ +650us] +/- 60ms 2024-04-07T14:41:43.677 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:41:43.678 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T14:41:43.679 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-04-07T14:41:43.679 INFO:teuthology.orchestra.run.smithi136.stdout:^* hv01.front.sepia.ceph.com 2 6 377 6 -638us[ -638us] +/- 75ms 2024-04-07T14:41:43.679 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 5 +45us[ +45us] +/- 75ms 2024-04-07T14:41:43.679 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 5 +630us[ +630us] +/- 60ms 2024-04-07T14:41:43.679 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:41:43.680 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-07T14:41:43.680 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-04-07T14:41:43.680 INFO:teuthology.orchestra.run.smithi164.stdout:^* hv01.front.sepia.ceph.com 2 6 377 6 -671us[ -624us] +/- 75ms 2024-04-07T14:41:43.680 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 6 -7942ns[ +39us] +/- 75ms 2024-04-07T14:41:43.680 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 6 +581us[ +628us] +/- 60ms 2024-04-07T14:41:43.681 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-07T14:41:43.682 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-07T14:41:43.691 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-07T14:41:43.691 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-07T14:41:43.700 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:41:43.786 DEBUG:teuthology.orchestra.run.smithi136:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-07T14:41:43.849 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:41:43.916 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:41:43.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:41:43.949 DEBUG:teuthology.orchestra.run.smithi136:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-07T14:41:43.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:41:43.979 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:41:44.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:41:44.010 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-07T14:41:44.021 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-07T14:41:44.030 INFO:teuthology.task.internal:Duration was 561.340325 seconds 2024-04-07T14:41:44.030 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-07T14:41:44.041 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-07T14:41:44.042 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T14:41:44.044 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T14:41:44.047 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-07T14:41:44.087 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T14:41:44.088 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T14:41:44.094 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-07T14:41:44.381 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-07T14:41:44.382 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2024-04-07T14:41:44.382 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:41:44.402 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2024-04-07T14:41:44.403 DEBUG:teuthology.orchestra.run.smithi136:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-07T14:41:44.449 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2024-04-07T14:41:44.449 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:41:44.469 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-07T14:41:44.470 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T14:41:44.472 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T14:41:44.492 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-07T14:41:44.538 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-07T14:41:44.538 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T14:41:44.543 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T14:41:44.560 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-07T14:41:44.672 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-07T14:41:44.684 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-07T14:41:44.684 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T14:41:44.711 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T14:41:44.738 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-07T14:41:44.766 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-07T14:41:44.777 DEBUG:teuthology.orchestra.run.smithi053:> 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-07T14:41:44.779 DEBUG:teuthology.orchestra.run.smithi136:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-07T14:41:44.782 DEBUG:teuthology.orchestra.run.smithi164:> 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-07T14:41:44.802 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2024-04-07T14:41:44.804 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2024-04-07T14:41:44.831 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2024-04-07T14:41:44.876 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T14:41:44.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:41:44.931 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T14:41:44.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:41:44.945 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-07T14:41:44.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-07T14:41:44.959 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-07T14:41:44.970 INFO:teuthology.task.internal:Transferring archived files... 2024-04-07T14:41:44.970 DEBUG:teuthology.misc:Transferring archived files from smithi053:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/remote/smithi053 2024-04-07T14:41:44.971 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T14:41:45.008 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/remote/smithi136 2024-04-07T14:41:45.008 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T14:41:45.044 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212/remote/smithi164 2024-04-07T14:41:45.044 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-07T14:41:45.084 INFO:teuthology.task.internal:Removing archive directory... 2024-04-07T14:41:45.085 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T14:41:45.088 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T14:41:45.091 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-07T14:41:45.133 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-07T14:41:45.145 INFO:teuthology.task.internal:Not uploading archives. 2024-04-07T14:41:45.146 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-07T14:41:45.198 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-07T14:41:45.199 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T14:41:45.202 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T14:41:45.204 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-07T14:41:45.214 INFO:teuthology.orchestra.run.smithi053.stdout: 265306 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 14:41 /home/ubuntu/cephtest 2024-04-07T14:41:45.215 INFO:teuthology.orchestra.run.smithi136.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 14:41 /home/ubuntu/cephtest 2024-04-07T14:41:45.218 INFO:teuthology.orchestra.run.smithi164.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 7 14:41 /home/ubuntu/cephtest 2024-04-07T14:41:45.219 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-07T14:41:45.229 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-07T14:41:45.249 INFO:teuthology.nuke:Checking targets against current locks 2024-04-07T14:41:45.280 DEBUG:teuthology.nuke:shortname: smithi053 2024-04-07T14:41:45.280 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T14:41:45.305 DEBUG:teuthology.nuke:shortname: smithi136 2024-04-07T14:41:45.305 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T14:41:45.311 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 14:23:34.024289', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDYT5fBjIBvvBKElFC9Y2EHiNvs6toDfQR/7iavr9p59iVa1GqKgUkhcseidWnhPuDHjBCeacPrC0VuUZK+uEZM='} 2024-04-07T14:41:45.331 DEBUG:teuthology.nuke:shortname: smithi164 2024-04-07T14:41:45.331 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-07T14:41:45.337 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 14:23:34.022789', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCy14fRVdYjpJnUGMKgvRE8D1XTxTVemoINsFo/x1pLEU4Vi2eFkehwNSO2BtoNv+5MFZcFHDAyKUZQboVV2RuI='} 2024-04-07T14:41:45.361 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-01_20:08:13-orch-main-distro-default-smithi/7634212', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-07 14:23:34.025590', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIe3YQiD4Tuxg9jIUDTUN8hb10+9K1J87NPDllTqEMoN1dhe+8/a4IEwooybX0G4/8P4myzjy2NCPw49UsXavYg='} 2024-04-07T14:41:45.372 INFO:teuthology.orchestra.console.smithi053:Power off 2024-04-07T14:41:45.372 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T14:41:45.401 DEBUG:teuthology.orchestra.console.smithi053:power off output: Chassis Power Control: Down/Off 2024-04-07T14:41:45.401 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:45.418 INFO:teuthology.orchestra.console.smithi136:Power off 2024-04-07T14:41:45.418 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T14:41:45.433 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2024-04-07T14:41:45.443 DEBUG:teuthology.orchestra.console.smithi136:power off output: Chassis Power Control: Down/Off 2024-04-07T14:41:45.443 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:45.463 INFO:teuthology.orchestra.console.smithi164:Power off 2024-04-07T14:41:45.463 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-07T14:41:45.473 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-04-07T14:41:45.491 DEBUG:teuthology.orchestra.console.smithi164:power off output: Chassis Power Control: Down/Off 2024-04-07T14:41:45.491 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:45.518 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-04-07T14:41:49.435 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:49.475 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:49.546 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2024-04-07T14:41:49.585 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-04-07T14:41:49.603 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:49.713 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-04-07T14:41:53.550 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:53.586 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:53.663 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is off 2024-04-07T14:41:53.698 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is on 2024-04-07T14:41:53.714 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:53.764 INFO:teuthology.orchestra.console.smithi053:Power off completed 2024-04-07T14:41:53.827 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is off 2024-04-07T14:41:53.928 INFO:teuthology.orchestra.console.smithi164:Power off completed 2024-04-07T14:41:57.702 DEBUG:teuthology.orchestra.console.smithi136:pexpect command: ipmitool -H smithi136.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-07T14:41:57.813 DEBUG:teuthology.orchestra.console.smithi136:check power output: Chassis Power is off 2024-04-07T14:41:57.914 INFO:teuthology.orchestra.console.smithi136:Power off completed 2024-04-07T14:41:58.018 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_monitoring_stack_basic} duration: 561.3403251171112 failure_reason: 'Command failed on smithi053 with status 5: ''sudo systemctl stop ceph-b94dbddc-f4ec-11ee-b649-cb9ed24678a4@mon.a''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d3340a464f394857bdefd840de6b97ae status: fail success: false 2024-04-07T14:41:58.019 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-07T14:41:58.109 INFO:teuthology.run:FAIL