2024-04-14T15:22:58.418 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-14T15:22:58.419 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_monitoring_stack_basic} --verbose --name teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107 -- /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/orig.config.yaml 2024-04-14T15:22:58.451 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-14T15:22:58.541 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107 branch: main description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7646107' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-08_20:08:14-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 - mons down - mon down - out of quorum sha1: a971fd5f5719038c70b817bafacd6d5400b1d888 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a971fd5f5719038c70b817bafacd6d5400b1d888 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 05c9d46e7de5db2cb434c177a6bbfc56f472d09b 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: 6509 sha1: a971fd5f5719038c70b817bafacd6d5400b1d888 sleep_before_teardown: 0 subset: 21/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_05c9d46e7de5db2cb434c177a6bbfc56f472d09b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 05c9d46e7de5db2cb434c177a6bbfc56f472d09b targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB4o07gEjsXXOZOgV826pilviczQKpBcYzlYkGaJ8npq05SsDTSz4Aq415sMGlKxnqpWwZjgZk6S6ATsorLHb6U= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGJ1oxr65PoIEpTmKt8bRPj5BZN5UeRAePtE0BKl0BuOhh6WjAMQjLVHVkygLpqRUFO8t43YlzhZovF8tdNLlhs= smithi193.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM22m0jgc4x2ZcckfY72HFzOgOJllYgvYv6sf81CjPPeGSAmH2P/t+ZlBzvJsSnrgsW2OKBXK/GGTWppMOEPPk8= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-08_20:08:14 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-14T15:22:58.541 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_05c9d46e7de5db2cb434c177a6bbfc56f472d09b/qa; will attempt to use it 2024-04-14T15:22:58.542 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_05c9d46e7de5db2cb434c177a6bbfc56f472d09b/qa/tasks 2024-04-14T15:22:58.542 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-14T15:22:58.543 INFO:teuthology.task.internal:Checking packages... 2024-04-14T15:22:58.566 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a971fd5f5719038c70b817bafacd6d5400b1d888' 2024-04-14T15:22:58.566 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-14T15:22:58.566 INFO:teuthology.packaging:ref: None 2024-04-14T15:22:58.566 INFO:teuthology.packaging:tag: None 2024-04-14T15:22:58.566 INFO:teuthology.packaging:branch: main 2024-04-14T15:22:58.566 INFO:teuthology.packaging:sha1: a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:22:58.567 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-14T15:22:58.806 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3080.gc2d8c315 2024-04-14T15:22:58.807 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-14T15:22:58.815 INFO:teuthology.task.internal:no buildpackages task found 2024-04-14T15:22:58.815 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-14T15:22:58.828 INFO:teuthology.task.internal:Saving configuration 2024-04-14T15:22:58.840 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-14T15:22:58.846 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T15:22:58.865 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107', '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-14 15:18:01.657894', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB4o07gEjsXXOZOgV826pilviczQKpBcYzlYkGaJ8npq05SsDTSz4Aq415sMGlKxnqpWwZjgZk6S6ATsorLHb6U='} 2024-04-14T15:22:58.888 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107', '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-14 15:18:01.660794', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGJ1oxr65PoIEpTmKt8bRPj5BZN5UeRAePtE0BKl0BuOhh6WjAMQjLVHVkygLpqRUFO8t43YlzhZovF8tdNLlhs='} 2024-04-14T15:22:58.909 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107', '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-14 15:18:01.659415', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM22m0jgc4x2ZcckfY72HFzOgOJllYgvYv6sf81CjPPeGSAmH2P/t+ZlBzvJsSnrgsW2OKBXK/GGTWppMOEPPk8='} 2024-04-14T15:22:58.909 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-14T15:22:58.915 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-14T15:22:58.915 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-14T15:22:58.915 INFO:teuthology.task.internal:roles: ubuntu@smithi193.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-14T15:22:58.915 INFO:teuthology.run_tasks:Running task console_log... 2024-04-14T15:22:59.013 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f98c325bf70>, signals=[15]) 2024-04-14T15:22:59.014 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-14T15:22:59.021 INFO:teuthology.task.internal:Opening connections... 2024-04-14T15:22:59.021 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2024-04-14T15:22:59.023 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:22:59.129 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-04-14T15:22:59.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:22:59.215 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi193.front.sepia.ceph.com 2024-04-14T15:22:59.216 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:22:59.301 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-14T15:22:59.308 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2024-04-14T15:22:59.327 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2024-04-14T15:22:59.327 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="CentOS Stream" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="9" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:ID="centos" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="rhel fedora" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="9" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el9" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:LOGO="fedora-logo-icon" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://centos.org/" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-14T15:22:59.385 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-14T15:22:59.386 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-14T15:22:59.386 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2024-04-14T15:22:59.405 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-04-14T15:22:59.422 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-04-14T15:22:59.422 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="CentOS Stream" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="9" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:ID="centos" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="rhel fedora" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="9" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el9" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:LOGO="fedora-logo-icon" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://centos.org/" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-14T15:22:59.479 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-14T15:22:59.480 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-04-14T15:22:59.496 DEBUG:teuthology.orchestra.run.smithi193:> uname -m 2024-04-14T15:22:59.514 INFO:teuthology.orchestra.run.smithi193.stdout:x86_64 2024-04-14T15:22:59.514 DEBUG:teuthology.orchestra.run.smithi193:> cat /etc/os-release 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:NAME="CentOS Stream" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION="9" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:ID="centos" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:ID_LIKE="rhel fedora" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION_ID="9" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:PLATFORM_ID="platform:el9" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:ANSI_COLOR="0;31" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:LOGO="fedora-logo-icon" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-14T15:22:59.571 INFO:teuthology.orchestra.run.smithi193.stdout:HOME_URL="https://centos.org/" 2024-04-14T15:22:59.572 INFO:teuthology.orchestra.run.smithi193.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-14T15:22:59.572 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-14T15:22:59.572 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-14T15:22:59.572 INFO:teuthology.lock.ops:Updating smithi193.front.sepia.ceph.com on lock server 2024-04-14T15:22:59.721 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-14T15:22:59.731 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-14T15:22:59.737 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-14T15:22:59.737 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2024-04-14T15:22:59.739 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-04-14T15:22:59.741 DEBUG:teuthology.orchestra.run.smithi193:> test '!' -e /home/ubuntu/cephtest 2024-04-14T15:22:59.758 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-14T15:22:59.764 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-14T15:22:59.764 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2024-04-14T15:22:59.796 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-04-14T15:22:59.798 DEBUG:teuthology.orchestra.run.smithi193:> test -z $(ls -A /var/lib/ceph) 2024-04-14T15:22:59.911 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-14T15:22:59.991 INFO:teuthology.run_tasks:Running task kernel... 2024-04-14T15:23:00.005 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-14T15:23:00.005 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-14T15:23:00.006 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-14T15:23:00.006 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-14T15:23:00.006 DEBUG:teuthology.orchestra.run.smithi193:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-14T15:23:00.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:23:00.023 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-04-14T15:23:00.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:23:00.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:23:00.025 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-04-14T15:23:00.025 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-04-14T15:23:00.080 INFO:teuthology.orchestra.run.smithi192.stdout:5.14.0-361.el9.x86_64 2024-04-14T15:23:00.080 INFO:teuthology.task.kernel:Running kernel on smithi192: 5.14.0-361.el9.x86_64 2024-04-14T15:23:00.080 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2024-04-14T15:23:00.081 INFO:teuthology.orchestra.run.smithi193.stdout:5.14.0-361.el9.x86_64 2024-04-14T15:23:00.082 INFO:teuthology.task.kernel:Running kernel on smithi193: 5.14.0-361.el9.x86_64 2024-04-14T15:23:00.082 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum install -y kernel 2024-04-14T15:23:00.083 INFO:teuthology.orchestra.run.smithi037.stdout:5.14.0-361.el9.x86_64 2024-04-14T15:23:00.083 INFO:teuthology.task.kernel:Running kernel on smithi037: 5.14.0-361.el9.x86_64 2024-04-14T15:23:00.083 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2024-04-14T15:23:02.556 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - AppStream 9.9 MB/s | 8.1 MB 00:00 2024-04-14T15:23:02.628 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS-9 - AppStream 9.8 MB/s | 8.1 MB 00:00 2024-04-14T15:23:02.635 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS-9 - AppStream 9.2 MB/s | 8.1 MB 00:00 2024-04-14T15:23:04.264 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - BaseOS 6.5 MB/s | 2.5 MB 00:00 2024-04-14T15:23:04.320 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS-9 - BaseOS 8.2 MB/s | 2.5 MB 00:00 2024-04-14T15:23:04.527 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS-9 - BaseOS 4.3 MB/s | 2.5 MB 00:00 2024-04-14T15:23:05.435 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-14T15:23:05.803 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - BaseOS 9.7 MB/s | 8.0 MB 00:00 2024-04-14T15:23:06.421 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - BaseOS 4.8 MB/s | 8.0 MB 00:01 2024-04-14T15:23:07.627 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-04-14T15:23:08.278 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-04-14T15:23:08.372 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-14T15:23:12.802 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-04-14T15:23:13.175 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - CRB 5.1 MB/s | 6.2 MB 00:01 2024-04-14T15:23:13.654 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.2 MB 00:01 2024-04-14T15:23:14.411 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-04-14T15:23:15.165 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 16 kB 00:00 2024-04-14T15:23:15.421 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 16 kB 00:00 2024-04-14T15:23:16.896 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 21 MB 00:02 2024-04-14T15:23:17.127 INFO:teuthology.orchestra.run.smithi193.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-14T15:23:22.029 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-14T15:23:22.249 INFO:teuthology.orchestra.run.smithi193.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-14T15:23:24.266 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:23:24.266 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:23:24.266 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:23:24.266 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.266 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:23:24.267 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:23:24.268 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:23:24.269 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:23:24.270 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:23:24.271 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.272 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:23:24.273 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.274 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.508 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:23:24.508 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:23:24.508 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:23:24.508 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.508 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:23:24.508 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.508 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:23:24.509 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:23:24.510 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:23:24.511 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:23:24.512 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:23:24.513 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:23:24.514 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.515 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.516 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:23:24.645 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-14T15:23:24.645 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-14T15:23:24.748 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:23:24.753 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:23:24.753 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-14T15:23:24.753 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:23:24.753 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:23:24.753 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-14T15:23:24.753 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:23:24.753 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-14T15:23:24.753 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-14T15:23:24.754 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-14T15:23:24.754 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:23:24.754 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:23:24.754 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:23:24.754 INFO:teuthology.orchestra.run.smithi192.stdout:Install 4 Packages 2024-04-14T15:23:24.754 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:23:24.754 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 77 M 2024-04-14T15:23:24.754 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 123 M 2024-04-14T15:23:24.754 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:23:24.957 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-14T15:23:24.957 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-14T15:23:25.039 INFO:teuthology.orchestra.run.smithi192.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 1.2 MB/s | 214 kB 00:00 2024-04-14T15:23:25.063 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:23:25.075 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:23:25.075 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-04-14T15:23:25.075 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:23:25.075 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:23:25.075 INFO:teuthology.orchestra.run.smithi193.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-14T15:23:25.075 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:23:25.075 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-14T15:23:25.075 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-14T15:23:25.075 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-14T15:23:25.076 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:23:25.076 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:23:25.076 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:23:25.076 INFO:teuthology.orchestra.run.smithi193.stdout:Install 4 Packages 2024-04-14T15:23:25.076 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:23:25.076 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 77 M 2024-04-14T15:23:25.076 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 123 M 2024-04-14T15:23:25.076 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:23:25.514 INFO:teuthology.orchestra.run.smithi192.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 23 MB/s | 15 MB 00:00 2024-04-14T15:23:25.567 INFO:teuthology.orchestra.run.smithi193.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 1.2 MB/s | 214 kB 00:00 2024-04-14T15:23:26.142 INFO:teuthology.orchestra.run.smithi193.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 20 MB/s | 15 MB 00:00 2024-04-14T15:23:26.234 INFO:teuthology.orchestra.run.smithi192.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 25 MB/s | 34 MB 00:01 2024-04-14T15:23:27.040 INFO:teuthology.orchestra.run.smithi192.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 14 MB/s | 28 MB 00:01 2024-04-14T15:23:27.040 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:23:27.040 INFO:teuthology.orchestra.run.smithi192.stdout:Total 33 MB/s | 77 MB 00:02 2024-04-14T15:23:27.193 INFO:teuthology.orchestra.run.smithi193.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 19 MB/s | 34 MB 00:01 2024-04-14T15:23:27.526 INFO:teuthology.orchestra.run.smithi193.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 14 MB/s | 28 MB 00:01 2024-04-14T15:23:27.526 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:23:27.526 INFO:teuthology.orchestra.run.smithi193.stdout:Total 31 MB/s | 77 MB 00:02 2024-04-14T15:23:27.715 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:23:28.073 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:23:28.074 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:23:28.196 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:23:28.548 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:23:28.548 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:23:29.084 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:23:29.085 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:23:29.554 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:23:29.555 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:23:29.738 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 1.5 MB/s | 21 MB 00:14 2024-04-14T15:23:31.553 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:23:32.042 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:23:32.149 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:23:32.234 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:23:32.651 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:23:32.750 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:23:34.978 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:23:35.055 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 24 kB/s | 1.7 kB 00:00 2024-04-14T15:23:35.110 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:23:35.493 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:23:35.628 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:23:37.399 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:23:37.400 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:23:37.401 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.402 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:23:37.403 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.404 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:23:37.405 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:23:37.406 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.407 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.407 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.407 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:23:37.846 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-14T15:23:37.846 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-14T15:23:37.955 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:23:37.961 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:23:37.961 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout:Install 4 Packages 2024-04-14T15:23:37.962 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:23:37.963 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 77 M 2024-04-14T15:23:37.963 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 123 M 2024-04-14T15:23:37.963 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:23:39.081 INFO:teuthology.orchestra.run.smithi037.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 253 kB/s | 214 kB 00:00 2024-04-14T15:23:39.846 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:23:39.895 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:23:40.340 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:23:40.404 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:23:44.594 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:23:45.145 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:23:57.822 INFO:teuthology.orchestra.run.smithi037.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 789 kB/s | 15 MB 00:19 2024-04-14T15:24:13.657 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:13.657 INFO:teuthology.orchestra.run.smithi192.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-14T15:24:13.658 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:24:13.702 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:14.083 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:14.083 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:24:14.083 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:24:14.083 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:24:14.379 INFO:teuthology.orchestra.run.smithi037.stdout:(3/4): kernel-modules-core-5.14.0-435.el9.x86_6 802 kB/s | 28 MB 00:35 2024-04-14T15:24:14.495 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:14.495 INFO:teuthology.orchestra.run.smithi193.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-14T15:24:14.495 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:24:14.510 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:14.510 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:24:14.510 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:24:14.510 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-14T15:24:14.510 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-14T15:24:14.510 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-14T15:24:14.510 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-14T15:24:14.510 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:24:14.510 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:24:14.544 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:14.848 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:24:14.907 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:14.907 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:24:14.907 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:24:14.907 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:24:14.948 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:24:14.948 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:24:14.949 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-14T15:24:14.949 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-14T15:24:14.949 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-14T15:24:14.949 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-14T15:24:14.949 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2024-04-14T15:24:14.949 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:24:15.030 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:24:15.030 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:24:15.030 DEBUG:teuthology.orchestra.run.smithi192:> sudo rpm -qi grub2-tools 2024-04-14T15:24:15.063 INFO:teuthology.orchestra.run.smithi192.stdout:Name : grub2-tools 2024-04-14T15:24:15.063 INFO:teuthology.orchestra.run.smithi192.stdout:Epoch : 1 2024-04-14T15:24:15.063 INFO:teuthology.orchestra.run.smithi192.stdout:Version : 2.06 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Release : 68.el9 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: x86_64 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Group : Unspecified 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Size : 8264254 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:License : GPLv3+ 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Packager : builder@centos.org 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Vendor : CentOS 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Summary : Support tools for GRUB. 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout:Description : 2024-04-14T15:24:15.064 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:24:15.065 INFO:teuthology.orchestra.run.smithi192.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-14T15:24:15.065 INFO:teuthology.orchestra.run.smithi192.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-14T15:24:15.065 INFO:teuthology.orchestra.run.smithi192.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-14T15:24:15.065 INFO:teuthology.orchestra.run.smithi192.stdout:hardware devices. 2024-04-14T15:24:15.065 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:24:15.065 INFO:teuthology.orchestra.run.smithi192.stdout:This subpackage provides tools for support of all platforms. 2024-04-14T15:24:15.066 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-14T15:24:15.066 INFO:teuthology.task.kernel:Updating grub on smithi192 to boot 5.14.0-435.el9.x86_64 2024-04-14T15:24:15.066 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-14T15:24:15.351 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:15.351 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:24:15.351 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:24:15.351 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-14T15:24:15.351 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-14T15:24:15.351 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-14T15:24:15.351 INFO:teuthology.orchestra.run.smithi193.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-14T15:24:15.351 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:24:15.351 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:24:15.661 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2024-04-14T15:24:15.707 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:24:15.818 INFO:teuthology.orchestra.run.smithi193.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:24:15.819 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:24:15.819 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-14T15:24:15.819 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-14T15:24:15.819 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-14T15:24:15.819 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-14T15:24:15.819 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi193.front.sepia.ceph.com, path=None, version=distro) 2024-04-14T15:24:15.819 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:24:15.900 INFO:teuthology.orchestra.run.smithi193.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:24:15.901 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:24:15.901 DEBUG:teuthology.orchestra.run.smithi193:> sudo rpm -qi grub2-tools 2024-04-14T15:24:15.934 INFO:teuthology.orchestra.run.smithi193.stdout:Name : grub2-tools 2024-04-14T15:24:15.934 INFO:teuthology.orchestra.run.smithi193.stdout:Epoch : 1 2024-04-14T15:24:15.934 INFO:teuthology.orchestra.run.smithi193.stdout:Version : 2.06 2024-04-14T15:24:15.934 INFO:teuthology.orchestra.run.smithi193.stdout:Release : 68.el9 2024-04-14T15:24:15.934 INFO:teuthology.orchestra.run.smithi193.stdout:Architecture: x86_64 2024-04-14T15:24:15.934 INFO:teuthology.orchestra.run.smithi193.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-14T15:24:15.934 INFO:teuthology.orchestra.run.smithi193.stdout:Group : Unspecified 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:Size : 8264254 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:License : GPLv3+ 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:Packager : builder@centos.org 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:Vendor : CentOS 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:Summary : Support tools for GRUB. 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:Description : 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-14T15:24:15.935 INFO:teuthology.orchestra.run.smithi193.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-14T15:24:15.936 INFO:teuthology.orchestra.run.smithi193.stdout:hardware devices. 2024-04-14T15:24:15.936 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:24:15.936 INFO:teuthology.orchestra.run.smithi193.stdout:This subpackage provides tools for support of all platforms. 2024-04-14T15:24:15.936 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-14T15:24:15.936 INFO:teuthology.task.kernel:Updating grub on smithi193 to boot 5.14.0-435.el9.x86_64 2024-04-14T15:24:15.937 DEBUG:teuthology.orchestra.run.smithi193:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-14T15:24:16.580 INFO:teuthology.orchestra.run.smithi193.stderr:Generating grub configuration file ... 2024-04-14T15:24:16.982 INFO:teuthology.orchestra.run.smithi192.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-14T15:24:17.026 INFO:teuthology.orchestra.run.smithi192.stderr:done 2024-04-14T15:24:17.028 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2024-04-14T15:24:17.043 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.Bisjbkiq8q 2024-04-14T15:24:17.043 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Bisjbkiq8q 2024-04-14T15:24:17.112 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.Bisjbkiq8q 2024-04-14T15:24:17.244 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.Bisjbkiq8q is 6KB 2024-04-14T15:24:17.293 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.Bisjbkiq8q 2024-04-14T15:24:17.307 DEBUG:teuthology.orchestra.run.smithi192:> sudo /bin/ls /boot/loader/entries || true 2024-04-14T15:24:17.380 INFO:teuthology.orchestra.run.smithi192.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-14T15:24:17.380 INFO:teuthology.orchestra.run.smithi192.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-14T15:24:17.380 INFO:teuthology.orchestra.run.smithi192.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-14T15:24:17.380 INFO:teuthology.orchestra.run.smithi192.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-14T15:24:17.382 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-14T15:24:17.541 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2024-04-14T15:24:18.002 INFO:teuthology.orchestra.run.smithi193.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-14T15:24:18.022 INFO:teuthology.orchestra.run.smithi193.stderr:done 2024-04-14T15:24:18.025 DEBUG:teuthology.orchestra.run.smithi193:> mktemp 2024-04-14T15:24:18.080 INFO:teuthology.orchestra.run.smithi193.stdout:/tmp/tmp.cJp1a5kYaY 2024-04-14T15:24:18.080 DEBUG:teuthology.orchestra.run.smithi193:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cJp1a5kYaY 2024-04-14T15:24:18.148 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 0666 /tmp/tmp.cJp1a5kYaY 2024-04-14T15:24:18.283 DEBUG:teuthology.orchestra.remote:smithi193:/tmp/tmp.cJp1a5kYaY is 6KB 2024-04-14T15:24:18.302 DEBUG:teuthology.orchestra.run.smithi193:> rm -fr /tmp/tmp.cJp1a5kYaY 2024-04-14T15:24:18.315 DEBUG:teuthology.orchestra.run.smithi193:> sudo /bin/ls /boot/loader/entries || true 2024-04-14T15:24:18.380 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-14T15:24:18.380 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-14T15:24:18.380 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-14T15:24:18.380 INFO:teuthology.orchestra.run.smithi193.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-14T15:24:18.381 DEBUG:teuthology.orchestra.run.smithi193:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-14T15:24:18.557 DEBUG:teuthology.orchestra.run.smithi193:> sudo shutdown -r now 2024-04-14T15:24:21.861 INFO:teuthology.orchestra.run.smithi037.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 789 kB/s | 34 MB 00:43 2024-04-14T15:24:21.861 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:24:21.862 INFO:teuthology.orchestra.run.smithi037.stdout:Total 1.7 MB/s | 77 MB 00:43 2024-04-14T15:24:22.560 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:24:22.976 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:24:22.976 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:24:24.060 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:24:24.060 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:24:26.668 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:24:27.280 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:24:27.370 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:24:30.276 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:24:30.416 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:24:35.495 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:24:35.534 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:40.625 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:24:47.544 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-14T15:24:47.544 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-14T15:24:47.545 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:24:48.560 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-14T15:24:48.560 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-14T15:24:48.561 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:25:05.950 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-04-14T15:25:06.974 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-04-14T15:25:11.476 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:25:11.476 INFO:teuthology.orchestra.run.smithi037.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-14T15:25:11.476 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:25:11.522 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:25:11.862 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:25:11.862 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-14T15:25:11.863 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T15:25:11.863 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T15:25:12.268 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T15:25:12.268 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:25:12.268 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:25:12.268 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-14T15:25:12.268 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-14T15:25:12.269 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-14T15:25:12.269 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-14T15:25:12.269 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:25:12.269 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:25:12.608 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:25:12.709 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:25:12.709 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:25:12.709 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-14T15:25:12.709 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-14T15:25:12.709 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-14T15:25:12.710 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-14T15:25:12.710 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2024-04-14T15:25:12.710 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T15:25:12.794 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T15:25:12.794 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T15:25:12.794 DEBUG:teuthology.orchestra.run.smithi037:> sudo rpm -qi grub2-tools 2024-04-14T15:25:12.832 INFO:teuthology.orchestra.run.smithi037.stdout:Name : grub2-tools 2024-04-14T15:25:12.832 INFO:teuthology.orchestra.run.smithi037.stdout:Epoch : 1 2024-04-14T15:25:12.832 INFO:teuthology.orchestra.run.smithi037.stdout:Version : 2.06 2024-04-14T15:25:12.832 INFO:teuthology.orchestra.run.smithi037.stdout:Release : 68.el9 2024-04-14T15:25:12.832 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: x86_64 2024-04-14T15:25:12.832 INFO:teuthology.orchestra.run.smithi037.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-14T15:25:12.832 INFO:teuthology.orchestra.run.smithi037.stdout:Group : Unspecified 2024-04-14T15:25:12.832 INFO:teuthology.orchestra.run.smithi037.stdout:Size : 8264254 2024-04-14T15:25:12.832 INFO:teuthology.orchestra.run.smithi037.stdout:License : GPLv3+ 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:Packager : builder@centos.org 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:Vendor : CentOS 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:Summary : Support tools for GRUB. 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:Description : 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout:hardware devices. 2024-04-14T15:25:12.833 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:25:12.834 INFO:teuthology.orchestra.run.smithi037.stdout:This subpackage provides tools for support of all platforms. 2024-04-14T15:25:12.834 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-14T15:25:12.834 INFO:teuthology.task.kernel:Updating grub on smithi037 to boot 5.14.0-435.el9.x86_64 2024-04-14T15:25:12.835 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-14T15:25:13.471 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2024-04-14T15:25:14.941 INFO:teuthology.orchestra.run.smithi037.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-14T15:25:14.951 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-14T15:25:14.952 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:25:14.974 INFO:teuthology.orchestra.run.smithi037.stderr:done 2024-04-14T15:25:14.976 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2024-04-14T15:25:14.991 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.PyrkTJ1HjC 2024-04-14T15:25:14.991 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PyrkTJ1HjC 2024-04-14T15:25:15.064 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.PyrkTJ1HjC 2024-04-14T15:25:15.209 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.PyrkTJ1HjC is 6KB 2024-04-14T15:25:15.258 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.PyrkTJ1HjC 2024-04-14T15:25:15.273 DEBUG:teuthology.orchestra.run.smithi037:> sudo /bin/ls /boot/loader/entries || true 2024-04-14T15:25:15.341 INFO:teuthology.orchestra.run.smithi037.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-14T15:25:15.341 INFO:teuthology.orchestra.run.smithi037.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-14T15:25:15.341 INFO:teuthology.orchestra.run.smithi037.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-14T15:25:15.342 INFO:teuthology.orchestra.run.smithi037.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-14T15:25:15.343 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-14T15:25:15.506 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2024-04-14T15:25:15.976 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-14T15:25:15.976 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:25:18.014 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-04-14T15:25:19.038 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-04-14T15:25:30.027 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-14T15:25:30.028 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:25:31.040 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-14T15:25:31.041 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:25:45.521 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-14T15:25:45.521 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-14T15:25:45.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:25:48.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-04-14T15:25:49.470 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.193 2024-04-14T15:26:03.462 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-14T15:26:03.463 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:26:03.806 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-04-14T15:26:04.062 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-04-14T15:26:04.335 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-14T15:26:04.335 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-435.el9.x86_64"... 2024-04-14T15:26:04.335 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-04-14T15:26:04.349 INFO:teuthology.orchestra.run.smithi192.stdout:5.14.0-435.el9.x86_64 2024-04-14T15:26:04.349 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-14T15:26:04.349 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-14T15:26:04.349 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-14T15:26:04.471 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-14T15:26:04.472 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:26:04.910 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-04-14T15:26:05.351 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-14T15:26:05.351 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-14T15:26:05.376 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-14T15:26:05.376 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-435.el9.x86_64"... 2024-04-14T15:26:05.377 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-04-14T15:26:05.390 INFO:teuthology.orchestra.run.smithi193.stdout:5.14.0-435.el9.x86_64 2024-04-14T15:26:05.390 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-14T15:26:05.391 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-14T15:26:05.391 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-14T15:26:05.478 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-04-14T15:26:05.521 DEBUG:teuthology.parallel:result is None 2024-04-14T15:26:06.392 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-14T15:26:06.392 DEBUG:teuthology.orchestra.run.smithi193:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-14T15:26:06.461 INFO:teuthology.orchestra.run.smithi193.stdout:ttyS1 2024-04-14T15:26:06.518 DEBUG:teuthology.parallel:result is None 2024-04-14T15:26:13.063 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-14T15:26:13.063 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:26:31.454 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-04-14T15:26:43.456 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-14T15:26:43.457 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:26:43.790 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-04-14T15:26:44.209 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-14T15:26:44.210 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-435.el9.x86_64"... 2024-04-14T15:26:44.210 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-04-14T15:26:44.226 INFO:teuthology.orchestra.run.smithi037.stdout:5.14.0-435.el9.x86_64 2024-04-14T15:26:44.226 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-14T15:26:44.226 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-14T15:26:44.226 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-14T15:26:45.227 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-14T15:26:45.227 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-14T15:26:45.303 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2024-04-14T15:26:45.360 DEBUG:teuthology.parallel:result is None 2024-04-14T15:26:45.360 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-14T15:26:45.367 INFO:teuthology.task.internal:Creating test directory... 2024-04-14T15:26:45.368 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-14T15:26:45.370 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-14T15:26:45.372 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-14T15:26:45.391 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-14T15:26:45.398 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-14T15:26:45.453 INFO:teuthology.task.internal:Creating archive directory... 2024-04-14T15:26:45.453 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-14T15:26:45.456 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-14T15:26:45.458 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-14T15:26:45.498 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-14T15:26:45.505 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-14T15:26:45.505 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:26:45.536 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:26:45.538 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-14T15:26:45.563 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:26:45.576 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:26:45.579 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:26:45.584 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:26:45.594 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:26:45.599 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T15:26:45.601 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-14T15:26:45.608 INFO:teuthology.task.internal:Configuring sudo... 2024-04-14T15:26:45.608 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-14T15:26:45.620 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-14T15:26:45.622 DEBUG:teuthology.orchestra.run.smithi193:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-14T15:26:45.666 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-14T15:26:45.675 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-14T15:26:45.676 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-14T15:26:45.687 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-14T15:26:45.693 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-14T15:26:45.723 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:26:45.781 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:26:45.823 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:26:45.904 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:26:45.945 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:26:45.945 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-14T15:26:46.023 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:26:46.071 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:26:46.123 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:26:46.206 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:26:46.251 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:26:46.251 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-14T15:26:46.319 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:26:46.363 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T15:26:46.429 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:26:46.473 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T15:26:46.517 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:26:46.517 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-14T15:26:46.586 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2024-04-14T15:26:46.589 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-04-14T15:26:46.591 DEBUG:teuthology.orchestra.run.smithi193:> sudo service rsyslog restart 2024-04-14T15:26:46.630 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T15:26:46.642 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T15:26:46.708 INFO:teuthology.orchestra.run.smithi193.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T15:26:46.950 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-14T15:26:46.958 INFO:teuthology.task.internal:Starting timer... 2024-04-14T15:26:46.958 INFO:teuthology.run_tasks:Running task pcp... 2024-04-14T15:26:46.974 INFO:teuthology.run_tasks:Running task selinux... 2024-04-14T15:26:46.986 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-14T15:26:46.987 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2024-04-14T15:26:47.046 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2024-04-14T15:26:47.048 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2024-04-14T15:26:47.182 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2024-04-14T15:26:47.184 DEBUG:teuthology.orchestra.run.smithi193:> sudo service auditd rotate 2024-04-14T15:26:47.248 INFO:teuthology.orchestra.run.smithi193.stdout:Rotating logs: 2024-04-14T15:26:47.250 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-14T15:26:47.250 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2024-04-14T15:26:47.297 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2024-04-14T15:26:47.298 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2024-04-14T15:26:47.325 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2024-04-14T15:26:47.326 DEBUG:teuthology.orchestra.run.smithi193:> /usr/sbin/getenforce 2024-04-14T15:26:47.350 INFO:teuthology.orchestra.run.smithi193.stdout:Permissive 2024-04-14T15:26:47.351 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi037.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi193.front.sepia.ceph.com': 'permissive'} 2024-04-14T15:26:47.351 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:26:47.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:26:47.379 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:26:47.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:26:47.409 DEBUG:teuthology.orchestra.run.smithi193:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-14T15:26:47.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:26:47.437 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-14T15:26:47.438 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2024-04-14T15:26:47.474 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2024-04-14T15:26:47.511 DEBUG:teuthology.orchestra.run.smithi193:> sudo /usr/sbin/setenforce permissive 2024-04-14T15:26:47.560 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-14T15:26:47.571 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-14T15:26:47.576 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-14T15:26:47.702 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-14T15:26:47.717 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-14T15:26:47.718 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi192.front.sepia.ceph.com,smithi193.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-14T15:31:37.014 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com'), Remote(name='ubuntu@smithi193.front.sepia.ceph.com')] 2024-04-14T15:31:37.016 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-14T15:31:37.017 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:31:37.108 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-04-14T15:31:37.200 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-04-14T15:31:37.201 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-14T15:31:37.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:31:37.287 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-04-14T15:31:37.373 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-04-14T15:31:37.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-14T15:31:37.374 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T15:31:37.468 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-04-14T15:31:37.544 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-04-14T15:31:37.545 INFO:teuthology.run_tasks:Running task clock... 2024-04-14T15:31:37.557 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-14T15:31:37.558 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-14T15:31:37.558 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:31:37.560 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-14T15:31:37.561 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:31:37.563 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-14T15:31:37.563 DEBUG:teuthology.orchestra.run.smithi193:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T15:31:37.591 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-14T15:31:37.592 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-14T15:31:37.608 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-14T15:31:37.609 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-14T15:31:37.615 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-14T15:31:37.632 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-14T15:31:37.637 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2024-04-14T15:31:37.640 INFO:teuthology.orchestra.run.smithi037.stderr:sudo: ntpd: command not found 2024-04-14T15:31:37.650 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2024-04-14T15:31:37.653 INFO:teuthology.orchestra.run.smithi037.stdout:506 Cannot talk to daemon 2024-04-14T15:31:37.660 INFO:teuthology.orchestra.run.smithi193.stderr:sudo: ntpd: command not found 2024-04-14T15:31:37.667 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-14T15:31:37.670 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-14T15:31:37.674 INFO:teuthology.orchestra.run.smithi193.stdout:506 Cannot talk to daemon 2024-04-14T15:31:37.683 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-14T15:31:37.687 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-14T15:31:37.691 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-14T15:31:37.707 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-14T15:31:37.734 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-04-14T15:31:37.737 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T15:31:37.737 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-04-14T15:31:37.737 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.737 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.737 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.737 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.738 INFO:teuthology.orchestra.run.smithi037.stderr:bash: line 1: ntpq: command not found 2024-04-14T15:31:37.742 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T15:31:37.742 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2024-04-14T15:31:37.742 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.742 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.742 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.742 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.761 INFO:teuthology.orchestra.run.smithi193.stderr:bash: line 1: ntpq: command not found 2024-04-14T15:31:37.765 INFO:teuthology.orchestra.run.smithi193.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T15:31:37.765 INFO:teuthology.orchestra.run.smithi193.stdout:=============================================================================== 2024-04-14T15:31:37.765 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.765 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.765 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.765 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:31:37.766 INFO:teuthology.run_tasks:Running task pexec... 2024-04-14T15:31:37.775 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-14T15:31:37.775 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi037.front.sepia.ceph.com 2024-04-14T15:31:37.775 DEBUG:teuthology.orchestra.run.smithi037:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-14T15:31:37.776 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2024-04-14T15:31:37.776 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-14T15:31:37.776 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi193.front.sepia.ceph.com 2024-04-14T15:31:37.776 DEBUG:teuthology.orchestra.run.smithi193:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-14T15:31:38.391 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:21 ago on Sun 14 Apr 2024 03:30:17 PM UTC. 2024-04-14T15:31:38.408 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:18 ago on Sun 14 Apr 2024 03:30:20 PM UTC. 2024-04-14T15:31:38.427 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:13 ago on Sun 14 Apr 2024 03:30:25 PM UTC. 2024-04-14T15:31:38.678 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.679 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.680 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:31:38.681 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.682 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:31:38.683 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.684 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:31:38.685 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:31:38.686 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.687 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.687 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.687 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.687 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:31:38.687 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.687 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.687 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.687 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.714 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:31:38.714 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:31:38.714 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:31:38.714 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.714 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:31:38.714 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.714 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:31:38.715 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.715 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:31:38.715 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.715 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:31:38.715 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.715 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:31:38.715 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.715 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:31:38.715 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:31:38.716 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:31:38.717 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.718 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:31:38.718 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.718 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:31:38.718 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.718 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:31:38.718 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.718 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:31:38.718 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.718 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.719 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:31:38.720 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.720 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:31:38.720 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.720 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:31:38.720 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.721 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:31:38.721 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.721 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:31:38.721 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.721 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:31:38.721 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.721 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.721 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.722 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.723 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.724 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:31:38.725 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.725 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.725 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.725 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:31:38.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:31:38.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:31:38.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.730 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.731 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:31:38.732 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.732 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.732 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.732 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.732 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:31:38.732 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.732 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.732 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.732 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.733 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.734 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.735 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.735 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:31:38.735 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.735 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.735 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.735 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:31:38.745 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:31:38.754 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:31:38.754 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-14T15:31:38.754 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:31:38.754 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:31:38.754 INFO:teuthology.orchestra.run.smithi192.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-14T15:31:38.754 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:31:38.754 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:31:38.754 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:31:38.754 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-14T15:31:38.755 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:31:38.755 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 3.1 M 2024-04-14T15:31:38.755 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 9.8 M 2024-04-14T15:31:38.755 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:31:38.785 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:31:38.786 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:31:38.792 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:31:38.793 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-04-14T15:31:38.793 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:31:38.793 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:31:38.793 INFO:teuthology.orchestra.run.smithi037.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-14T15:31:38.793 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:31:38.793 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:31:38.793 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:31:38.793 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-14T15:31:38.793 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:31:38.794 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 3.1 M 2024-04-14T15:31:38.794 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 9.8 M 2024-04-14T15:31:38.794 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:31:38.808 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:31:38.808 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-04-14T15:31:38.808 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:31:38.808 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:31:38.808 INFO:teuthology.orchestra.run.smithi193.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-14T15:31:38.808 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:31:38.808 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:31:38.808 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:31:38.808 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-14T15:31:38.809 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:31:38.809 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 3.1 M 2024-04-14T15:31:38.809 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 9.8 M 2024-04-14T15:31:38.809 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:31:39.224 INFO:teuthology.orchestra.run.smithi193.stdout:runc-1.1.12-2.el9.x86_64.rpm 9.1 MB/s | 3.1 MB 00:00 2024-04-14T15:31:39.224 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:31:39.224 INFO:teuthology.orchestra.run.smithi193.stdout:Total 7.5 MB/s | 3.1 MB 00:00 2024-04-14T15:31:39.260 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:31:39.266 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:31:39.266 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:31:39.346 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:31:39.346 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:31:39.563 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:31:39.677 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T15:31:39.992 INFO:teuthology.orchestra.run.smithi037.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.0 MB/s | 3.1 MB 00:01 2024-04-14T15:31:39.992 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:31:39.992 INFO:teuthology.orchestra.run.smithi037.stdout:Total 2.6 MB/s | 3.1 MB 00:01 2024-04-14T15:31:40.031 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:31:40.038 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:31:40.038 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:31:40.123 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:31:40.124 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:31:40.148 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T15:31:40.178 INFO:teuthology.orchestra.run.smithi192.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.3 MB/s | 3.1 MB 00:01 2024-04-14T15:31:40.178 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:31:40.178 INFO:teuthology.orchestra.run.smithi192.stdout:Total 2.2 MB/s | 3.1 MB 00:01 2024-04-14T15:31:40.215 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:31:40.221 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:31:40.221 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:31:40.303 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:31:40.311 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:31:40.352 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:31:40.439 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T15:31:40.457 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T15:31:40.457 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:31:40.457 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:31:40.457 INFO:teuthology.orchestra.run.smithi193.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-14T15:31:40.457 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:31:40.457 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:31:40.517 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:31:40.614 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T15:31:40.692 DEBUG:teuthology.parallel:result is None 2024-04-14T15:31:40.947 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T15:31:41.117 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T15:31:41.262 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T15:31:41.263 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:31:41.263 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:31:41.263 INFO:teuthology.orchestra.run.smithi037.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-14T15:31:41.263 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:31:41.263 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:31:41.407 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T15:31:41.407 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:31:41.407 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:31:41.407 INFO:teuthology.orchestra.run.smithi192.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-14T15:31:41.407 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:31:41.407 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:31:41.521 DEBUG:teuthology.parallel:result is None 2024-04-14T15:31:41.684 DEBUG:teuthology.parallel:result is None 2024-04-14T15:31:41.684 INFO:teuthology.run_tasks:Running task install... 2024-04-14T15:31:41.694 DEBUG:teuthology.task.install:project ceph 2024-04-14T15:31:41.695 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888'}} 2024-04-14T15:31:41.695 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888'} 2024-04-14T15:31:41.695 INFO:teuthology.task.install:Using flavor: default 2024-04-14T15:31:41.701 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-14T15:31:41.701 INFO:teuthology.task.install:extra packages: [] 2024-04-14T15:31:41.701 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': 'a971fd5f5719038c70b817bafacd6d5400b1d888', 'tag': None, 'wait_for_package': False} 2024-04-14T15:31:41.702 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:31:41.704 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': 'a971fd5f5719038c70b817bafacd6d5400b1d888', 'tag': None, 'wait_for_package': False} 2024-04-14T15:31:41.704 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:31:41.705 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': 'a971fd5f5719038c70b817bafacd6d5400b1d888', 'tag': None, 'wait_for_package': False} 2024-04-14T15:31:41.706 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:31:41.851 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/ 2024-04-14T15:31:41.852 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2778.ga971fd5f 2024-04-14T15:31:41.863 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/ 2024-04-14T15:31:41.864 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2778.ga971fd5f 2024-04-14T15:31:41.964 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/ 2024-04-14T15:31:41.964 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2778.ga971fd5f 2024-04-14T15:31:42.058 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-14T15:31:42.059 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:31:42.059 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-14T15:31:42.087 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-14T15:31:42.087 DEBUG:teuthology.orchestra.run.smithi192:> 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/a971fd5f5719038c70b817bafacd6d5400b1d888/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-14T15:31:42.161 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:31:42.207 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-14T15:31:42.207 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:31:42.207 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-14T15:31:42.238 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-14T15:31:42.238 DEBUG:teuthology.orchestra.run.smithi193:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a971fd5f5719038c70b817bafacd6d5400b1d888/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-14T15:31:42.240 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:31:42.304 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-14T15:31:42.304 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:31:42.304 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-14T15:31:42.307 DEBUG:teuthology.orchestra.run.smithi193:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-14T15:31:42.308 INFO:teuthology.orchestra.run.smithi192.stdout:check_obsoletes = 1 2024-04-14T15:31:42.310 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum clean all 2024-04-14T15:31:42.338 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-14T15:31:42.338 DEBUG:teuthology.orchestra.run.smithi037:> 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/a971fd5f5719038c70b817bafacd6d5400b1d888/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-14T15:31:42.388 DEBUG:teuthology.orchestra.run.smithi193:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-14T15:31:42.407 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:31:42.456 INFO:teuthology.orchestra.run.smithi193.stdout:check_obsoletes = 1 2024-04-14T15:31:42.458 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum clean all 2024-04-14T15:31:42.487 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:31:42.551 INFO:teuthology.orchestra.run.smithi192.stdout:74 files removed 2024-04-14T15:31:42.553 INFO:teuthology.orchestra.run.smithi037.stdout:check_obsoletes = 1 2024-04-14T15:31:42.555 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum clean all 2024-04-14T15:31:42.578 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-radosgw 2024-04-14T15:31:42.701 INFO:teuthology.orchestra.run.smithi193.stdout:74 files removed 2024-04-14T15:31:42.728 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-radosgw 2024-04-14T15:31:42.806 INFO:teuthology.orchestra.run.smithi037.stdout:74 files removed 2024-04-14T15:31:42.834 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-radosgw 2024-04-14T15:31:43.193 INFO:teuthology.orchestra.run.smithi192.stdout:ceph packages for x86_64 264 kB/s | 83 kB 00:00 2024-04-14T15:31:43.521 INFO:teuthology.orchestra.run.smithi193.stdout:ceph packages for x86_64 170 kB/s | 83 kB 00:00 2024-04-14T15:31:43.694 INFO:teuthology.orchestra.run.smithi192.stdout:ceph noarch packages 25 kB/s | 11 kB 00:00 2024-04-14T15:31:43.773 INFO:teuthology.orchestra.run.smithi037.stdout:ceph packages for x86_64 132 kB/s | 83 kB 00:00 2024-04-14T15:31:43.980 INFO:teuthology.orchestra.run.smithi193.stdout:ceph noarch packages 28 kB/s | 11 kB 00:00 2024-04-14T15:31:44.078 INFO:teuthology.orchestra.run.smithi192.stdout:ceph source packages 5.4 kB/s | 1.9 kB 00:00 2024-04-14T15:31:44.181 INFO:teuthology.orchestra.run.smithi037.stdout:ceph noarch packages 32 kB/s | 11 kB 00:00 2024-04-14T15:31:44.422 INFO:teuthology.orchestra.run.smithi193.stdout:ceph source packages 4.6 kB/s | 1.9 kB 00:00 2024-04-14T15:31:44.597 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS-9 - AppStream 17 MB/s | 8.1 MB 00:00 2024-04-14T15:31:44.641 INFO:teuthology.orchestra.run.smithi037.stdout:ceph source packages 4.4 kB/s | 1.9 kB 00:00 2024-04-14T15:31:44.974 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - AppStream 16 MB/s | 8.1 MB 00:00 2024-04-14T15:31:45.235 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS-9 - AppStream 15 MB/s | 8.1 MB 00:00 2024-04-14T15:31:46.339 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS-9 - BaseOS 6.0 MB/s | 2.5 MB 00:00 2024-04-14T15:31:46.784 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS-9 - BaseOS 5.2 MB/s | 2.5 MB 00:00 2024-04-14T15:31:46.952 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS-9 - BaseOS 7.9 MB/s | 2.5 MB 00:00 2024-04-14T15:31:47.463 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-14T15:31:48.991 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.0 MB 00:01 2024-04-14T15:31:49.176 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.0 MB 00:01 2024-04-14T15:31:49.231 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-04-14T15:31:54.557 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.2 MB 00:01 2024-04-14T15:31:56.308 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 16 kB 00:00 2024-04-14T15:31:58.245 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-14T15:32:03.242 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - AppStream 1.5 MB/s | 19 MB 00:12 2024-04-14T15:32:03.485 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:32:06.079 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.080 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:32:06.081 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.082 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:32:06.083 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:32:06.084 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.085 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.086 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:32:06.087 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.088 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.088 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.088 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:32:06.646 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 10 M 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrading: 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout: librados2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.4 M 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:32:06.649 INFO:teuthology.orchestra.run.smithi192.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.4 M 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 21 M 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 25 k 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 746 k 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 501 k 2024-04-14T15:32:06.650 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.2 M 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 45 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 135 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 161 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 321 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 298 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 99 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-14T15:32:06.651 INFO:teuthology.orchestra.run.smithi192.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-14T15:32:06.652 INFO:teuthology.orchestra.run.smithi192.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-14T15:32:06.652 INFO:teuthology.orchestra.run.smithi192.stdout:Installing weak dependencies: 2024-04-14T15:32:06.652 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-14T15:32:06.652 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:06.652 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:32:06.652 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:32:06.652 INFO:teuthology.orchestra.run.smithi192.stdout:Install 30 Packages 2024-04-14T15:32:06.652 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrade 2 Packages 2024-04-14T15:32:06.652 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:06.653 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 59 M 2024-04-14T15:32:06.653 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:32:07.501 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-04-14T15:32:08.561 INFO:teuthology.orchestra.run.smithi192.stdout:(1/32): ceph-base-19.0.0-2778.ga971fd5f.el9.x86 3.6 MB/s | 5.4 MB 00:01 2024-04-14T15:32:08.619 INFO:teuthology.orchestra.run.smithi192.stdout:(2/32): ceph-selinux-19.0.0-2778.ga971fd5f.el9. 433 kB/s | 25 kB 00:00 2024-04-14T15:32:08.761 INFO:teuthology.orchestra.run.smithi192.stdout:(3/32): libcephfs2-19.0.0-2778.ga971fd5f.el9.x8 5.2 MB/s | 746 kB 00:00 2024-04-14T15:32:08.903 INFO:teuthology.orchestra.run.smithi192.stdout:(4/32): libradosstriper1-19.0.0-2778.ga971fd5f. 3.5 MB/s | 501 kB 00:00 2024-04-14T15:32:09.028 INFO:teuthology.orchestra.run.smithi192.stdout:(5/32): ceph-radosgw-19.0.0-2778.ga971fd5f.el9. 5.1 MB/s | 10 MB 00:01 2024-04-14T15:32:09.079 INFO:teuthology.orchestra.run.smithi192.stdout:(6/32): python3-ceph-argparse-19.0.0-2778.ga971 907 kB/s | 45 kB 00:00 2024-04-14T15:32:09.120 INFO:teuthology.orchestra.run.smithi192.stdout:(7/32): python3-ceph-common-19.0.0-2778.ga971fd 3.2 MB/s | 135 kB 00:00 2024-04-14T15:32:09.179 INFO:teuthology.orchestra.run.smithi192.stdout:(8/32): python3-cephfs-19.0.0-2778.ga971fd5f.el 2.7 MB/s | 161 kB 00:00 2024-04-14T15:32:09.230 INFO:teuthology.orchestra.run.smithi192.stdout:(9/32): python3-rados-19.0.0-2778.ga971fd5f.el9 6.3 MB/s | 321 kB 00:00 2024-04-14T15:32:09.296 INFO:teuthology.orchestra.run.smithi192.stdout:(10/32): python3-rbd-19.0.0-2778.ga971fd5f.el9. 4.4 MB/s | 298 kB 00:00 2024-04-14T15:32:09.347 INFO:teuthology.orchestra.run.smithi192.stdout:(11/32): python3-rgw-19.0.0-2778.ga971fd5f.el9. 1.9 MB/s | 99 kB 00:00 2024-04-14T15:32:09.427 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 16 kB 00:00 2024-04-14T15:32:09.472 INFO:teuthology.orchestra.run.smithi192.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 857 kB/s | 107 kB 00:00 2024-04-14T15:32:09.539 INFO:teuthology.orchestra.run.smithi192.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.3 MB/s | 160 kB 00:00 2024-04-14T15:32:09.573 INFO:teuthology.orchestra.run.smithi192.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 45 kB 00:00 2024-04-14T15:32:09.681 INFO:teuthology.orchestra.run.smithi192.stdout:(15/32): librgw2-19.0.0-2778.ga971fd5f.el9.x86_ 6.7 MB/s | 5.2 MB 00:00 2024-04-14T15:32:09.707 INFO:teuthology.orchestra.run.smithi192.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-04-14T15:32:09.740 INFO:teuthology.orchestra.run.smithi192.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.2 MB/s | 42 kB 00:00 2024-04-14T15:32:09.782 INFO:teuthology.orchestra.run.smithi192.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 5.1 MB/s | 221 kB 00:00 2024-04-14T15:32:09.849 INFO:teuthology.orchestra.run.smithi192.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 539 kB/s | 36 kB 00:00 2024-04-14T15:32:09.874 INFO:teuthology.orchestra.run.smithi192.stdout:(20/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.5 MB/s | 292 kB 00:00 2024-04-14T15:32:09.892 INFO:teuthology.orchestra.run.smithi192.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2024-04-14T15:32:10.092 INFO:teuthology.orchestra.run.smithi192.stdout:(22/32): ceph-common-19.0.0-2778.ga971fd5f.el9. 6.9 MB/s | 21 MB 00:03 2024-04-14T15:32:10.392 INFO:teuthology.orchestra.run.smithi192.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 103 kB/s | 26 kB 00:00 2024-04-14T15:32:10.467 INFO:teuthology.orchestra.run.smithi192.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 521 kB/s | 309 kB 00:00 2024-04-14T15:32:10.509 INFO:teuthology.orchestra.run.smithi192.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 415 kB/s | 49 kB 00:00 2024-04-14T15:32:10.560 INFO:teuthology.orchestra.run.smithi192.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 732 kB/s | 67 kB 00:00 2024-04-14T15:32:10.652 INFO:teuthology.orchestra.run.smithi192.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.0 MB/s | 192 kB 00:00 2024-04-14T15:32:10.802 INFO:teuthology.orchestra.run.smithi192.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.9 MB/s | 4.4 MB 00:00 2024-04-14T15:32:10.827 INFO:teuthology.orchestra.run.smithi192.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.6 MB/s | 838 kB 00:00 2024-04-14T15:32:10.894 INFO:teuthology.orchestra.run.smithi192.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.5 MB/s | 1.6 MB 00:00 2024-04-14T15:32:11.761 INFO:teuthology.orchestra.run.smithi192.stdout:(31/32): librbd1-19.0.0-2778.ga971fd5f.el9.x86_ 3.4 MB/s | 3.1 MB 00:00 2024-04-14T15:32:11.856 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 9.2 MB/s | 21 MB 00:02 2024-04-14T15:32:11.895 INFO:teuthology.orchestra.run.smithi192.stdout:(32/32): librados2-19.0.0-2778.ga971fd5f.el9.x8 3.1 MB/s | 3.4 MB 00:01 2024-04-14T15:32:11.900 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:32:11.900 INFO:teuthology.orchestra.run.smithi192.stdout:Total 11 MB/s | 59 MB 00:05 2024-04-14T15:32:12.005 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:32:12.040 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:32:12.040 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:32:12.537 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:32:12.538 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:32:13.960 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:32:14.039 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-14T15:32:14.066 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-14T15:32:14.108 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-14T15:32:14.131 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T15:32:14.147 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T15:32:14.305 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - AppStream 799 kB/s | 19 MB 00:24 2024-04-14T15:32:14.340 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T15:32:14.394 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T15:32:14.730 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-14T15:32:14.785 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:32:14.878 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:32:14.966 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 8/34 2024-04-14T15:32:14.995 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T15:32:15.050 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T15:32:15.078 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-14T15:32:15.113 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 11/34 2024-04-14T15:32:15.175 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T15:32:15.197 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T15:32:15.245 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T15:32:15.280 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-14T15:32:15.391 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-14T15:32:15.422 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-14T15:32:15.463 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-14T15:32:15.496 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-14T15:32:15.516 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-14T15:32:15.541 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-14T15:32:15.856 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-14T15:32:15.887 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T15:32:15.977 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T15:32:16.009 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 23/34 2024-04-14T15:32:16.052 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-14T15:32:16.522 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-14T15:32:16.548 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T15:32:16.603 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T15:32:16.671 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 27/34 2024-04-14T15:32:16.701 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 28/34 2024-04-14T15:32:17.054 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-14T15:32:18.929 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T15:32:18.965 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T15:32:19.520 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T15:32:19.551 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T15:32:19.641 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T15:32:19.641 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-14T15:32:19.641 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-14T15:32:19.641 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:19.687 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T15:32:19.740 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:32:19.740 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:32:19.740 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:32:19.740 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.740 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:32:19.741 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:32:19.742 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:32:19.743 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.744 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.745 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:32:19.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:32:19.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:32:19.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.746 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:32:19.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.746 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.747 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.748 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:32:19.749 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:32:19.755 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.2 MB 00:01 2024-04-14T15:32:20.274 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:32:20.276 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:32:20.276 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:32:20.276 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:32:20.276 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:32:20.276 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 10 M 2024-04-14T15:32:20.276 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrading: 2024-04-14T15:32:20.276 INFO:teuthology.orchestra.run.smithi037.stdout: librados2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.4 M 2024-04-14T15:32:20.276 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.4 M 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 21 M 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 25 k 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 746 k 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 501 k 2024-04-14T15:32:20.277 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.2 M 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 45 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 135 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 161 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 321 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 298 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 99 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-14T15:32:20.278 INFO:teuthology.orchestra.run.smithi037.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout:Installing weak dependencies: 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout:Install 30 Packages 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrade 2 Packages 2024-04-14T15:32:20.279 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:32:20.280 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 59 M 2024-04-14T15:32:20.280 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:32:21.264 INFO:teuthology.orchestra.run.smithi037.stdout:(1/32): ceph-base-19.0.0-2778.ga971fd5f.el9.x86 8.7 MB/s | 5.4 MB 00:00 2024-04-14T15:32:21.331 INFO:teuthology.orchestra.run.smithi037.stdout:(2/32): ceph-selinux-19.0.0-2778.ga971fd5f.el9. 378 kB/s | 25 kB 00:00 2024-04-14T15:32:21.390 INFO:teuthology.orchestra.run.smithi193.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-14T15:32:21.422 INFO:teuthology.orchestra.run.smithi037.stdout:(3/32): libcephfs2-19.0.0-2778.ga971fd5f.el9.x8 8.0 MB/s | 746 kB 00:00 2024-04-14T15:32:21.514 INFO:teuthology.orchestra.run.smithi037.stdout:(4/32): libradosstriper1-19.0.0-2778.ga971fd5f. 5.3 MB/s | 501 kB 00:00 2024-04-14T15:32:21.623 INFO:teuthology.orchestra.run.smithi037.stdout:(5/32): ceph-radosgw-19.0.0-2778.ga971fd5f.el9. 10 MB/s | 10 MB 00:00 2024-04-14T15:32:21.690 INFO:teuthology.orchestra.run.smithi037.stdout:(6/32): python3-ceph-argparse-19.0.0-2778.ga971 680 kB/s | 45 kB 00:00 2024-04-14T15:32:21.790 INFO:teuthology.orchestra.run.smithi037.stdout:(7/32): librgw2-19.0.0-2778.ga971fd5f.el9.x86_6 19 MB/s | 5.2 MB 00:00 2024-04-14T15:32:21.815 INFO:teuthology.orchestra.run.smithi037.stdout:(8/32): python3-ceph-common-19.0.0-2778.ga971fd 1.1 MB/s | 135 kB 00:00 2024-04-14T15:32:21.840 INFO:teuthology.orchestra.run.smithi037.stdout:(9/32): python3-cephfs-19.0.0-2778.ga971fd5f.el 3.1 MB/s | 161 kB 00:00 2024-04-14T15:32:21.865 INFO:teuthology.orchestra.run.smithi037.stdout:(10/32): python3-rados-19.0.0-2778.ga971fd5f.el 6.3 MB/s | 321 kB 00:00 2024-04-14T15:32:21.891 INFO:teuthology.orchestra.run.smithi037.stdout:(11/32): python3-rbd-19.0.0-2778.ga971fd5f.el9. 5.8 MB/s | 298 kB 00:00 2024-04-14T15:32:21.916 INFO:teuthology.orchestra.run.smithi037.stdout:(12/32): python3-rgw-19.0.0-2778.ga971fd5f.el9. 1.9 MB/s | 99 kB 00:00 2024-04-14T15:32:22.050 INFO:teuthology.orchestra.run.smithi037.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 674 kB/s | 107 kB 00:00 2024-04-14T15:32:22.091 INFO:teuthology.orchestra.run.smithi037.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-04-14T15:32:22.292 INFO:teuthology.orchestra.run.smithi037.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 187 kB/s | 45 kB 00:00 2024-04-14T15:32:22.459 INFO:teuthology.orchestra.run.smithi037.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.9 MB/s | 662 kB 00:00 2024-04-14T15:32:22.692 INFO:teuthology.orchestra.run.smithi037.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 181 kB/s | 42 kB 00:00 2024-04-14T15:32:22.984 INFO:teuthology.orchestra.run.smithi037.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 422 kB/s | 292 kB 00:00 2024-04-14T15:32:23.251 INFO:teuthology.orchestra.run.smithi037.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 395 kB/s | 221 kB 00:00 2024-04-14T15:32:23.351 INFO:teuthology.orchestra.run.smithi037.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 475 kB/s | 47 kB 00:00 2024-04-14T15:32:23.500 INFO:teuthology.orchestra.run.smithi193.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-14T15:32:23.560 INFO:teuthology.orchestra.run.smithi037.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 62 kB/s | 36 kB 00:00 2024-04-14T15:32:23.752 INFO:teuthology.orchestra.run.smithi037.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 771 kB/s | 309 kB 00:00 2024-04-14T15:32:23.811 INFO:teuthology.orchestra.run.smithi037.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 445 kB/s | 26 kB 00:00 2024-04-14T15:32:23.878 INFO:teuthology.orchestra.run.smithi037.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 731 kB/s | 49 kB 00:00 2024-04-14T15:32:23.945 INFO:teuthology.orchestra.run.smithi037.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-14T15:32:24.070 INFO:teuthology.orchestra.run.smithi037.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.7 MB/s | 4.4 MB 00:00 2024-04-14T15:32:24.129 INFO:teuthology.orchestra.run.smithi037.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.5 MB/s | 838 kB 00:00 2024-04-14T15:32:24.154 INFO:teuthology.orchestra.run.smithi037.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.2 MB/s | 192 kB 00:00 2024-04-14T15:32:24.271 INFO:teuthology.orchestra.run.smithi037.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-14T15:32:24.479 INFO:teuthology.orchestra.run.smithi037.stdout:(30/32): librados2-19.0.0-2778.ga971fd5f.el9.x8 10 MB/s | 3.4 MB 00:00 2024-04-14T15:32:24.638 INFO:teuthology.orchestra.run.smithi037.stdout:(31/32): librbd1-19.0.0-2778.ga971fd5f.el9.x86_ 8.6 MB/s | 3.1 MB 00:00 2024-04-14T15:32:28.558 INFO:teuthology.orchestra.run.smithi193.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-04-14T15:32:28.854 INFO:teuthology.orchestra.run.smithi037.stdout:(32/32): ceph-common-19.0.0-2778.ga971fd5f.el9. 2.5 MB/s | 21 MB 00:08 2024-04-14T15:32:28.858 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:32:28.858 INFO:teuthology.orchestra.run.smithi037.stdout:Total 6.9 MB/s | 59 MB 00:08 2024-04-14T15:32:28.953 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:32:28.992 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:32:28.992 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:32:29.330 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T15:32:29.330 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /sys 2024-04-14T15:32:29.330 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /proc 2024-04-14T15:32:29.330 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /mnt 2024-04-14T15:32:29.330 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /var/tmp 2024-04-14T15:32:29.330 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /home 2024-04-14T15:32:29.330 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /root 2024-04-14T15:32:29.330 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /tmp 2024-04-14T15:32:29.330 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:29.496 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:32:29.496 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:32:30.272 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T15:32:30.297 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T15:32:30.297 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:32:30.297 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-14T15:32:30.297 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T15:32:30.298 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T15:32:30.298 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:30.299 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T15:32:30.366 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T15:32:30.366 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T15:32:31.083 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:32:31.114 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:32:31.114 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:32:31.114 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:32:31.114 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.114 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:32:31.114 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.114 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:32:31.114 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:32:31.115 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.116 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:32:31.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:32:31.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:32:31.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:32:31.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.117 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:32:31.117 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:32:31.118 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:32:31.118 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.118 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:32:31.118 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:32:31.119 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.120 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.121 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.122 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:32:31.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:32:31.174 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-14T15:32:31.201 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-14T15:32:31.226 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-14T15:32:31.249 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T15:32:31.265 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T15:32:31.450 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T15:32:31.477 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T15:32:31.478 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/34 2024-04-14T15:32:31.478 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/34 2024-04-14T15:32:31.478 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/34 2024-04-14T15:32:31.478 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/34 2024-04-14T15:32:31.478 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/34 2024-04-14T15:32:31.478 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 6/34 2024-04-14T15:32:31.479 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:32:31.479 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 8/34 2024-04-14T15:32:31.479 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 9/34 2024-04-14T15:32:31.479 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 10/34 2024-04-14T15:32:31.479 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 11/34 2024-04-14T15:32:31.479 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T15:32:31.479 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 13/34 2024-04-14T15:32:31.479 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-14T15:32:31.480 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-14T15:32:31.480 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-14T15:32:31.480 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-14T15:32:31.480 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-14T15:32:31.480 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-14T15:32:31.480 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-14T15:32:31.480 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-14T15:32:31.480 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-14T15:32:31.481 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-14T15:32:31.481 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-14T15:32:31.481 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-14T15:32:31.481 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-14T15:32:31.481 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-14T15:32:31.481 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-14T15:32:31.482 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-14T15:32:31.482 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-14T15:32:31.482 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T15:32:31.482 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-14T15:32:31.482 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/34 2024-04-14T15:32:31.505 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T15:32:31.641 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:32:31.643 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:32:31.643 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:32:31.643 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-radosgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 10 M 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout:Upgrading: 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: librados2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.4 M 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: librbd1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-base x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.4 M 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 21 M 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-selinux x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 25 k 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-14T15:32:31.644 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 746 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: libradosstriper1 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 501 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: librgw2 x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 5.2 M 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-argparse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 45 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-common x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 135 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cephfs x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 161 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-14T15:32:31.645 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rados x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 321 k 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 298 k 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rgw x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 99 k 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout:Installing weak dependencies: 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout:Install 30 Packages 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout:Upgrade 2 Packages 2024-04-14T15:32:31.646 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:32:31.647 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 59 M 2024-04-14T15:32:31.647 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:32:31.851 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-14T15:32:31.911 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:32:31.987 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:32:32.076 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 8/34 2024-04-14T15:32:32.104 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T15:32:32.150 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T15:32:32.179 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-14T15:32:32.222 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 11/34 2024-04-14T15:32:32.292 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T15:32:32.314 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T15:32:32.378 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T15:32:32.413 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-14T15:32:32.526 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-14T15:32:32.564 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-14T15:32:32.605 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-14T15:32:32.638 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-14T15:32:32.667 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-14T15:32:32.699 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-14T15:32:32.714 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout:Upgraded: 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-14T15:32:32.715 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: re2-1:20211101-3.el9.x86_64 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:32.717 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:32:33.033 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-14T15:32:33.060 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-test 2024-04-14T15:32:33.062 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T15:32:33.153 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T15:32:33.201 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 23/34 2024-04-14T15:32:33.244 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-14T15:32:33.593 INFO:teuthology.orchestra.run.smithi193.stdout:(1/32): ceph-common-19.0.0-2778.ga971fd5f.el9.x 13 MB/s | 21 MB 00:01 2024-04-14T15:32:33.657 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:30 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:32:33.701 INFO:teuthology.orchestra.run.smithi193.stdout:(2/32): ceph-radosgw-19.0.0-2778.ga971fd5f.el9. 6.0 MB/s | 10 MB 00:01 2024-04-14T15:32:33.726 INFO:teuthology.orchestra.run.smithi193.stdout:(3/32): ceph-selinux-19.0.0-2778.ga971fd5f.el9. 189 kB/s | 25 kB 00:00 2024-04-14T15:32:33.744 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-14T15:32:33.773 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T15:32:33.826 INFO:teuthology.orchestra.run.smithi193.stdout:(4/32): libradosstriper1-19.0.0-2778.ga971fd5f. 4.9 MB/s | 501 kB 00:00 2024-04-14T15:32:33.844 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T15:32:33.868 INFO:teuthology.orchestra.run.smithi193.stdout:(5/32): libcephfs2-19.0.0-2778.ga971fd5f.el9.x8 4.4 MB/s | 746 kB 00:00 2024-04-14T15:32:33.918 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 27/34 2024-04-14T15:32:33.942 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 28/34 2024-04-14T15:32:33.944 INFO:teuthology.orchestra.run.smithi193.stdout:(6/32): python3-ceph-argparse-19.0.0-2778.ga971 602 kB/s | 45 kB 00:00 2024-04-14T15:32:33.947 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:32:33.947 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:32:33.947 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:32:33.947 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.947 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:32:33.947 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:32:33.948 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:32:33.949 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:32:33.950 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:32:33.951 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.952 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:32:33.952 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.952 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:32:33.952 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.952 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:32:33.952 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.952 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:32:33.952 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.952 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:32:33.953 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.953 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:32:33.953 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.953 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.953 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.953 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:32:33.953 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.953 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.953 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.954 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.954 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:32:33.954 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.954 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.954 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.954 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.954 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.954 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.954 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.955 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.956 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:32:33.957 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.957 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.957 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:32:33.957 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:32:34.010 INFO:teuthology.orchestra.run.smithi193.stdout:(7/32): python3-ceph-common-19.0.0-2778.ga971fd 2.0 MB/s | 135 kB 00:00 2024-04-14T15:32:34.022 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 49 M 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 163 k 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:34.023 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:32:34.024 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:32:34.024 INFO:teuthology.orchestra.run.smithi192.stdout:Install 6 Packages 2024-04-14T15:32:34.024 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:34.024 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 49 M 2024-04-14T15:32:34.024 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 210 M 2024-04-14T15:32:34.024 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:32:34.111 INFO:teuthology.orchestra.run.smithi193.stdout:(8/32): librgw2-19.0.0-2778.ga971fd5f.el9.x86_6 18 MB/s | 5.2 MB 00:00 2024-04-14T15:32:34.136 INFO:teuthology.orchestra.run.smithi193.stdout:(9/32): python3-cephfs-19.0.0-2778.ga971fd5f.el 1.3 MB/s | 161 kB 00:00 2024-04-14T15:32:34.161 INFO:teuthology.orchestra.run.smithi193.stdout:(10/32): python3-rados-19.0.0-2778.ga971fd5f.el 6.3 MB/s | 321 kB 00:00 2024-04-14T15:32:34.186 INFO:teuthology.orchestra.run.smithi193.stdout:(11/32): python3-rbd-19.0.0-2778.ga971fd5f.el9. 5.8 MB/s | 298 kB 00:00 2024-04-14T15:32:34.212 INFO:teuthology.orchestra.run.smithi193.stdout:(12/32): python3-rgw-19.0.0-2778.ga971fd5f.el9. 1.9 MB/s | 99 kB 00:00 2024-04-14T15:32:34.462 INFO:teuthology.orchestra.run.smithi193.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 388 kB/s | 107 kB 00:00 2024-04-14T15:32:34.487 INFO:teuthology.orchestra.run.smithi193.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 582 kB/s | 160 kB 00:00 2024-04-14T15:32:34.513 INFO:teuthology.orchestra.run.smithi193.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 901 kB/s | 45 kB 00:00 2024-04-14T15:32:34.605 INFO:teuthology.orchestra.run.smithi193.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-04-14T15:32:34.646 INFO:teuthology.orchestra.run.smithi193.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-04-14T15:32:34.697 INFO:teuthology.orchestra.run.smithi193.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-14T15:32:34.739 INFO:teuthology.orchestra.run.smithi193.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 866 kB/s | 36 kB 00:00 2024-04-14T15:32:34.764 INFO:teuthology.orchestra.run.smithi193.stdout:(20/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.3 MB/s | 662 kB 00:00 2024-04-14T15:32:34.781 INFO:teuthology.orchestra.run.smithi193.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2024-04-14T15:32:34.804 INFO:teuthology.orchestra.run.smithi192.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 989 kB/s | 187 kB 00:00 2024-04-14T15:32:34.904 INFO:teuthology.orchestra.run.smithi192.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.2 MB/s | 218 kB 00:00 2024-04-14T15:32:34.973 INFO:teuthology.orchestra.run.smithi193.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-04-14T15:32:35.015 INFO:teuthology.orchestra.run.smithi193.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 626 kB/s | 26 kB 00:00 2024-04-14T15:32:35.029 INFO:teuthology.orchestra.run.smithi192.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 2.4 MB/s | 305 kB 00:00 2024-04-14T15:32:35.057 INFO:teuthology.orchestra.run.smithi193.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2024-04-14T15:32:35.113 INFO:teuthology.orchestra.run.smithi192.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 764 kB/s | 64 kB 00:00 2024-04-14T15:32:35.133 INFO:teuthology.orchestra.run.smithi193.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-04-14T15:32:35.158 INFO:teuthology.orchestra.run.smithi193.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 672 kB/s | 67 kB 00:00 2024-04-14T15:32:35.188 INFO:teuthology.orchestra.run.smithi192.stdout:(5/6): libcephsqlite-19.0.0-2778.ga971fd5f.el9. 285 kB/s | 163 kB 00:00 2024-04-14T15:32:35.191 INFO:teuthology.orchestra.run.smithi193.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 14 MB/s | 838 kB 00:00 2024-04-14T15:32:35.217 INFO:teuthology.orchestra.run.smithi193.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 3.2 MB/s | 192 kB 00:00 2024-04-14T15:32:35.258 INFO:teuthology.orchestra.run.smithi193.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 24 MB/s | 1.6 MB 00:00 2024-04-14T15:32:35.892 INFO:teuthology.orchestra.run.smithi193.stdout:(30/32): librados2-19.0.0-2778.ga971fd5f.el9.x8 5.0 MB/s | 3.4 MB 00:00 2024-04-14T15:32:36.253 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T15:32:36.288 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T15:32:36.451 INFO:teuthology.orchestra.run.smithi193.stdout:(31/32): librbd1-19.0.0-2778.ga971fd5f.el9.x86_ 2.6 MB/s | 3.1 MB 00:01 2024-04-14T15:32:36.879 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T15:32:36.917 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T15:32:37.009 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T15:32:37.009 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-14T15:32:37.009 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-14T15:32:37.009 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:32:37.043 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T15:32:37.442 INFO:teuthology.orchestra.run.smithi193.stdout:(32/32): ceph-base-19.0.0-2778.ga971fd5f.el9.x8 1.0 MB/s | 5.4 MB 00:05 2024-04-14T15:32:37.444 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:32:37.445 INFO:teuthology.orchestra.run.smithi193.stdout:Total 10 MB/s | 59 MB 00:05 2024-04-14T15:32:37.537 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:32:37.572 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:32:37.572 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:32:37.713 INFO:teuthology.orchestra.run.smithi192.stdout:(6/6): ceph-test-19.0.0-2778.ga971fd5f.el9.x86_ 16 MB/s | 49 MB 00:03 2024-04-14T15:32:37.716 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:32:37.716 INFO:teuthology.orchestra.run.smithi192.stdout:Total 13 MB/s | 49 MB 00:03 2024-04-14T15:32:37.767 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:32:37.788 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:32:37.788 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:32:38.090 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:32:38.091 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:32:38.174 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:32:38.174 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:32:38.782 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:32:38.864 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-14T15:32:38.903 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-14T15:32:38.943 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-14T15:32:38.989 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-14T15:32:39.016 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T15:32:39.523 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:32:39.612 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-14T15:32:39.663 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-14T15:32:39.714 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-14T15:32:39.737 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T15:32:39.753 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-14T15:32:39.911 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T15:32:39.967 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-14T15:32:40.287 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-14T15:32:40.357 INFO:teuthology.orchestra.run.smithi193.stdout: Upgrading : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:32:40.448 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:32:40.536 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 8/34 2024-04-14T15:32:40.567 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T15:32:40.612 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 9/34 2024-04-14T15:32:40.642 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-14T15:32:40.685 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 11/34 2024-04-14T15:32:40.754 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T15:32:40.778 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T15:32:40.825 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 13/34 2024-04-14T15:32:40.859 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-14T15:32:40.967 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-14T15:32:41.010 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-14T15:32:41.055 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-14T15:32:41.084 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-14T15:32:41.113 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-14T15:32:41.146 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-14T15:32:41.458 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-14T15:32:41.483 INFO:teuthology.orchestra.run.smithi193.stdout: Upgrading : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T15:32:41.557 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 22/34 2024-04-14T15:32:41.588 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 23/34 2024-04-14T15:32:41.628 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-14T15:32:42.097 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-14T15:32:42.156 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T15:32:42.223 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 26/34 2024-04-14T15:32:42.292 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 27/34 2024-04-14T15:32:42.322 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 28/34 2024-04-14T15:32:43.687 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T15:32:43.774 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T15:32:44.605 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T15:32:44.635 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T15:32:45.210 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 29/34 2024-04-14T15:32:45.252 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T15:32:45.341 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 30/34 2024-04-14T15:32:45.341 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-14T15:32:45.341 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-14T15:32:45.341 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:32:45.379 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T15:32:46.197 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T15:32:46.197 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/6 2024-04-14T15:32:46.197 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/6 2024-04-14T15:32:46.197 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-14T15:32:46.197 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-14T15:32:46.197 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-14T15:32:46.629 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-14T15:32:46.629 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:46.629 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:32:46.629 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:46.629 INFO:teuthology.orchestra.run.smithi192.stdout: jq-1.6-16.el9.x86_64 2024-04-14T15:32:46.629 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:46.629 INFO:teuthology.orchestra.run.smithi192.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-14T15:32:46.629 INFO:teuthology.orchestra.run.smithi192.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-14T15:32:46.629 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-14T15:32:46.630 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:46.630 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:32:46.874 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph 2024-04-14T15:32:47.040 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T15:32:47.040 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /sys 2024-04-14T15:32:47.040 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /proc 2024-04-14T15:32:47.040 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /mnt 2024-04-14T15:32:47.040 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /var/tmp 2024-04-14T15:32:47.040 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /home 2024-04-14T15:32:47.040 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /root 2024-04-14T15:32:47.041 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /tmp 2024-04-14T15:32:47.041 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:32:47.472 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:44 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:32:47.761 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:32:47.761 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:32:47.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:32:47.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:32:47.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.762 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:32:47.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.765 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:32:47.766 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.766 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:32:47.766 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.766 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:32:47.766 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.766 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:32:47.766 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.766 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:32:47.766 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.767 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.768 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.769 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:32:47.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.770 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:32:47.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:32:47.833 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:32:47.835 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:32:47.835 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: ceph x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 6.6 k 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 2.4 M 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 1.5 M 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 249 k 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 4.7 M 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 17 M 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-14T15:32:47.836 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-collections 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-14T15:32:47.837 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:32:47.838 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:32:47.839 INFO:teuthology.orchestra.run.smithi192.stdout:Install 36 Packages 2024-04-14T15:32:47.839 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:47.839 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 30 M 2024-04-14T15:32:47.839 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 108 M 2024-04-14T15:32:47.839 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:32:48.016 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T15:32:48.041 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T15:32:48.041 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:32:48.041 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-14T15:32:48.041 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T15:32:48.041 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T15:32:48.041 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:32:48.043 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T15:32:48.118 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T15:32:48.119 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T15:32:48.982 INFO:teuthology.orchestra.run.smithi192.stdout:(1/36): ceph-19.0.0-2778.ga971fd5f.el9.x86_64.r 34 kB/s | 6.6 kB 00:00 2024-04-14T15:32:49.174 INFO:teuthology.orchestra.run.smithi192.stdout:(2/36): ceph-mds-19.0.0-2778.ga971fd5f.el9.x86_ 6.2 MB/s | 2.4 MB 00:00 2024-04-14T15:32:49.222 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T15:32:49.222 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/34 2024-04-14T15:32:49.222 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/34 2024-04-14T15:32:49.222 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 6/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 8/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 9/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 10/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 11/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 13/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-14T15:32:49.223 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-14T15:32:49.224 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-14T15:32:49.225 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T15:32:49.225 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-14T15:32:49.225 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/34 2024-04-14T15:32:49.557 INFO:teuthology.orchestra.run.smithi192.stdout:(3/36): ceph-mon-19.0.0-2778.ga971fd5f.el9.x86_ 8.2 MB/s | 4.7 MB 00:00 2024-04-14T15:32:49.624 INFO:teuthology.orchestra.run.smithi192.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2778.ga971 3.7 MB/s | 249 kB 00:00 2024-04-14T15:32:50.108 INFO:teuthology.orchestra.run.smithi192.stdout:(5/36): ceph-osd-19.0.0-2778.ga971fd5f.el9.x86_ 18 MB/s | 17 MB 00:00 2024-04-14T15:32:50.141 INFO:teuthology.orchestra.run.smithi192.stdout:(6/36): ceph-mgr-19.0.0-2778.ga971fd5f.el9.x86_ 1.1 MB/s | 1.5 MB 00:01 2024-04-14T15:32:50.219 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T15:32:50.219 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:32:50.219 INFO:teuthology.orchestra.run.smithi037.stdout:Upgraded: 2024-04-14T15:32:50.219 INFO:teuthology.orchestra.run.smithi037.stdout: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.219 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.220 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-14T15:32:50.221 INFO:teuthology.orchestra.run.smithi037.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-14T15:32:50.222 INFO:teuthology.orchestra.run.smithi037.stdout: re2-1:20211101-3.el9.x86_64 2024-04-14T15:32:50.222 INFO:teuthology.orchestra.run.smithi037.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-14T15:32:50.222 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:32:50.222 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:32:50.568 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-test 2024-04-14T15:32:50.767 INFO:teuthology.orchestra.run.smithi192.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 222 kB/s | 253 kB 00:01 2024-04-14T15:32:50.926 INFO:teuthology.orchestra.run.smithi192.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 136 kB/s | 106 kB 00:00 2024-04-14T15:32:51.172 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:34 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:32:51.474 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:32:51.474 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:32:51.474 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:32:51.474 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.474 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:32:51.474 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.474 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:32:51.475 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:32:51.476 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.477 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:32:51.478 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:32:51.479 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.480 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.481 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.482 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:32:51.542 INFO:teuthology.orchestra.run.smithi192.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 174 kB/s | 135 kB 00:00 2024-04-14T15:32:51.557 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:32:51.558 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:32:51.558 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 49 M 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 163 k 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout:Install 6 Packages 2024-04-14T15:32:51.559 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:32:51.560 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 49 M 2024-04-14T15:32:51.560 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 210 M 2024-04-14T15:32:51.560 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:32:51.709 INFO:teuthology.orchestra.run.smithi192.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 159 kB/s | 125 kB 00:00 2024-04-14T15:32:52.158 INFO:teuthology.orchestra.run.smithi037.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 871 kB/s | 187 kB 00:00 2024-04-14T15:32:52.239 INFO:teuthology.orchestra.run.smithi037.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.6 MB/s | 218 kB 00:00 2024-04-14T15:32:52.251 INFO:teuthology.orchestra.run.smithi192.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 586 kB/s | 1.2 MB 00:02 2024-04-14T15:32:52.331 INFO:teuthology.orchestra.run.smithi037.stdout:(3/6): libcephsqlite-19.0.0-2778.ga971fd5f.el9. 418 kB/s | 163 kB 00:00 2024-04-14T15:32:52.381 INFO:teuthology.orchestra.run.smithi037.stdout:(4/6): socat-1.7.4.1-5.el9.x86_64.rpm 2.1 MB/s | 305 kB 00:00 2024-04-14T15:32:52.431 INFO:teuthology.orchestra.run.smithi037.stdout:(5/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 637 kB/s | 64 kB 00:00 2024-04-14T15:32:52.443 INFO:teuthology.orchestra.run.smithi192.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 238 kB/s | 215 kB 00:00 2024-04-14T15:32:52.543 INFO:teuthology.orchestra.run.smithi192.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 226 kB/s | 188 kB 00:00 2024-04-14T15:32:53.052 INFO:teuthology.orchestra.run.smithi192.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 57 kB/s | 35 kB 00:00 2024-04-14T15:32:53.110 INFO:teuthology.orchestra.run.smithi192.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 200 kB/s | 172 kB 00:00 2024-04-14T15:32:53.202 INFO:teuthology.orchestra.run.smithi192.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 77 kB/s | 51 kB 00:00 2024-04-14T15:32:53.361 INFO:teuthology.orchestra.run.smithi192.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 958 kB/s | 151 kB 00:00 2024-04-14T15:32:53.494 INFO:teuthology.orchestra.run.smithi192.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 405 kB/s | 43 kB 00:00 2024-04-14T15:32:53.620 INFO:teuthology.orchestra.run.smithi192.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-04-14T15:32:53.695 INFO:teuthology.orchestra.run.smithi192.stdout:(20/36): python3-toml-0.10.2-6.el9.noarch.rpm 65 kB/s | 42 kB 00:00 2024-04-14T15:32:53.720 INFO:teuthology.orchestra.run.smithi192.stdout:(21/36): lua-devel-5.4.4-4.el9.x86_64.rpm 37 kB/s | 22 kB 00:00 2024-04-14T15:32:53.812 INFO:teuthology.orchestra.run.smithi192.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-04-14T15:32:53.838 INFO:teuthology.orchestra.run.smithi192.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 76 kB/s | 11 kB 00:00 2024-04-14T15:32:53.888 INFO:teuthology.orchestra.run.smithi192.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 123 kB/s | 18 kB 00:00 2024-04-14T15:32:53.971 INFO:teuthology.orchestra.run.smithi192.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 147 kB/s | 23 kB 00:00 2024-04-14T15:32:53.996 INFO:teuthology.orchestra.run.smithi192.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 144 kB/s | 19 kB 00:00 2024-04-14T15:32:54.047 INFO:teuthology.orchestra.run.smithi192.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 146 kB/s | 20 kB 00:00 2024-04-14T15:32:54.130 INFO:teuthology.orchestra.run.smithi192.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 293 kB/s | 46 kB 00:00 2024-04-14T15:32:54.189 INFO:teuthology.orchestra.run.smithi192.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 467 kB/s | 79 kB 00:00 2024-04-14T15:32:54.248 INFO:teuthology.orchestra.run.smithi192.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 142 kB/s | 16 kB 00:00 2024-04-14T15:32:54.273 INFO:teuthology.orchestra.run.smithi192.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.3 MB/s | 272 kB 00:00 2024-04-14T15:32:54.281 INFO:teuthology.orchestra.run.smithi037.stdout:(6/6): ceph-test-19.0.0-2778.ga971fd5f.el9.x86_ 21 MB/s | 49 MB 00:02 2024-04-14T15:32:54.283 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:32:54.283 INFO:teuthology.orchestra.run.smithi037.stdout:Total 18 MB/s | 49 MB 00:02 2024-04-14T15:32:54.334 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:32:54.355 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:32:54.356 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:32:54.356 INFO:teuthology.orchestra.run.smithi192.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 541 kB/s | 90 kB 00:00 2024-04-14T15:32:54.382 INFO:teuthology.orchestra.run.smithi192.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 269 kB/s | 36 kB 00:00 2024-04-14T15:32:54.465 INFO:teuthology.orchestra.run.smithi192.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2024-04-14T15:32:54.524 INFO:teuthology.orchestra.run.smithi192.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 169 kB/s | 20 kB 00:00 2024-04-14T15:32:54.549 INFO:teuthology.orchestra.run.smithi192.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.2 MB/s | 427 kB 00:00 2024-04-14T15:32:54.552 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:32:54.552 INFO:teuthology.orchestra.run.smithi192.stdout:Total 4.5 MB/s | 30 MB 00:06 2024-04-14T15:32:54.683 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:32:54.722 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:32:54.722 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:32:54.761 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:32:54.761 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:32:54.911 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T15:32:54.911 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /sys 2024-04-14T15:32:54.911 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /proc 2024-04-14T15:32:54.911 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /mnt 2024-04-14T15:32:54.911 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /var/tmp 2024-04-14T15:32:54.911 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /home 2024-04-14T15:32:54.911 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /root 2024-04-14T15:32:54.912 INFO:teuthology.orchestra.run.smithi193.stdout:skipping the directory /tmp 2024-04-14T15:32:54.912 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:32:55.132 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:32:55.132 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:32:55.363 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:32:55.450 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-14T15:32:55.488 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-14T15:32:55.528 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-14T15:32:55.590 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-14T15:32:55.617 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T15:32:55.854 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T15:32:55.879 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/34 2024-04-14T15:32:55.879 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:32:55.879 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-14T15:32:55.879 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T15:32:55.879 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-14T15:32:55.879 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:32:55.881 INFO:teuthology.orchestra.run.smithi193.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T15:32:55.949 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-14T15:32:55.949 INFO:teuthology.orchestra.run.smithi193.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T15:32:56.461 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:32:56.519 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-14T15:32:56.551 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-14T15:32:56.588 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-14T15:32:56.659 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-14T15:32:56.711 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-14T15:32:56.744 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-14T15:32:56.837 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-14T15:32:56.924 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-14T15:32:56.964 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-14T15:32:56.998 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-14T15:32:57.036 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/34 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/34 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/34 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/34 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/34 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_6 6/34 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 7/34 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9. 8/34 2024-04-14T15:32:57.049 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x8 9/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 10/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 11/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 12/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 13/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-14T15:32:57.050 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 31/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-14T15:32:57.051 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/34 2024-04-14T15:32:57.071 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-14T15:32:57.104 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-14T15:32:57.145 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-14T15:32:57.188 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-14T15:32:57.222 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-14T15:32:57.270 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-14T15:32:57.343 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-14T15:32:57.481 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-14T15:32:57.561 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-14T15:32:57.614 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-14T15:32:57.686 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-14T15:32:57.744 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-14T15:32:57.799 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-14T15:32:57.987 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-14T15:32:58.039 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-14T15:32:58.119 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-14T15:32:58.121 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-14T15:32:58.121 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:32:58.121 INFO:teuthology.orchestra.run.smithi193.stdout:Upgraded: 2024-04-14T15:32:58.121 INFO:teuthology.orchestra.run.smithi193.stdout: librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.121 INFO:teuthology.orchestra.run.smithi193.stdout: librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.121 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:32:58.121 INFO:teuthology.orchestra.run.smithi193.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-14T15:32:58.121 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.121 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-radosgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-selinux-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: libradosstriper1-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: librgw2-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.122 INFO:teuthology.orchestra.run.smithi193.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-argparse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ceph-common-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: re2-1:20211101-3.el9.x86_64 2024-04-14T15:32:58.123 INFO:teuthology.orchestra.run.smithi193.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-14T15:32:58.124 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:32:58.124 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:32:58.215 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-14T15:32:58.255 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-14T15:32:58.374 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-14T15:32:58.468 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-test 2024-04-14T15:32:58.536 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 31/36 2024-04-14T15:32:58.565 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T15:32:58.591 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T15:32:58.592 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:32:58.592 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-14T15:32:58.592 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T15:32:58.592 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T15:32:58.592 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:32:59.101 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:31 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:32:59.390 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:32:59.390 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:32:59.390 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:32:59.391 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.392 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.393 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:32:59.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:32:59.467 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:32:59.468 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:32:59.468 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:32:59.468 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:32:59.468 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-test x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 49 M 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout: libcephsqlite x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 163 k 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout: oniguruma x86_64 6.9.6-1.el9.5 baseos 218 k 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout:Install 6 Packages 2024-04-14T15:32:59.469 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:32:59.470 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 49 M 2024-04-14T15:32:59.470 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 210 M 2024-04-14T15:32:59.470 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:32:59.980 INFO:teuthology.orchestra.run.smithi193.stdout:(1/6): jq-1.6-16.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-04-14T15:33:00.039 INFO:teuthology.orchestra.run.smithi193.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.7 MB/s | 218 kB 00:00 2024-04-14T15:33:00.049 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T15:33:00.076 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T15:33:00.076 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:00.076 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-14T15:33:00.076 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T15:33:00.077 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T15:33:00.077 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:00.290 INFO:teuthology.orchestra.run.smithi193.stdout:(3/6): libcephsqlite-19.0.0-2778.ga971fd5f.el9. 362 kB/s | 163 kB 00:00 2024-04-14T15:33:00.457 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T15:33:00.517 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T15:33:00.536 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T15:33:00.540 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T15:33:00.540 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:00.541 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-14T15:33:00.541 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T15:33:00.541 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T15:33:00.541 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:00.598 INFO:teuthology.orchestra.run.smithi193.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 206 kB/s | 64 kB 00:00 2024-04-14T15:33:00.656 INFO:teuthology.orchestra.run.smithi193.stdout:(5/6): socat-1.7.4.1-5.el9.x86_64.rpm 494 kB/s | 305 kB 00:00 2024-04-14T15:33:00.776 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T15:33:00.800 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T15:33:00.800 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:00.800 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-14T15:33:00.800 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T15:33:00.800 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T15:33:00.800 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:00.873 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T15:33:02.529 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T15:33:02.529 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/36 2024-04-14T15:33:02.529 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 6/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-14T15:33:02.530 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-14T15:33:02.531 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-14T15:33:02.532 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-14T15:33:02.532 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-14T15:33:02.532 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-14T15:33:02.532 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-14T15:33:02.949 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T15:33:02.949 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/6 2024-04-14T15:33:02.949 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/6 2024-04-14T15:33:02.949 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-14T15:33:02.949 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-14T15:33:02.949 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-14T15:33:03.388 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-14T15:33:03.388 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:03.388 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:33:03.388 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:03.388 INFO:teuthology.orchestra.run.smithi037.stdout: jq-1.6-16.el9.x86_64 2024-04-14T15:33:03.388 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:03.389 INFO:teuthology.orchestra.run.smithi037.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-14T15:33:03.389 INFO:teuthology.orchestra.run.smithi037.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-14T15:33:03.389 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-14T15:33:03.389 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:03.389 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:33:03.483 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-14T15:33:03.483 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:03.483 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:03.483 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: lua-5.4.4-4.el9.x86_64 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-14T15:33:03.484 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ply-3.11-14.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-14T15:33:03.485 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:03.486 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:03.650 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph 2024-04-14T15:33:03.870 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-base 2024-04-14T15:33:04.258 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:47 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:33:04.467 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:01 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:04.566 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:33:04.566 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:33:04.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:33:04.567 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.568 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.569 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:33:04.570 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:33:04.571 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.572 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.573 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.574 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.575 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.652 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:33:04.654 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:04.654 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:33:04.654 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:04.654 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout: ceph x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 6.6 k 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mds x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 2.4 M 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 1.5 M 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 249 k 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mon x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 4.7 M 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-osd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 17 M 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-14T15:33:04.655 INFO:teuthology.orchestra.run.smithi037.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-collections 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-14T15:33:04.656 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-14T15:33:04.657 INFO:teuthology.orchestra.run.smithi037.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout:Install 36 Packages 2024-04-14T15:33:04.658 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:04.659 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 30 M 2024-04-14T15:33:04.659 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 108 M 2024-04-14T15:33:04.659 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:33:04.756 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:04.756 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:04.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:04.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:04.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.759 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:04.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.762 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.763 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:04.764 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.765 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:04.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.765 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:04.766 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:33:04.824 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:04.825 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-14T15:33:04.825 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:04.892 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install cephadm 2024-04-14T15:33:05.480 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:02 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:05.750 INFO:teuthology.orchestra.run.smithi037.stdout:(1/36): ceph-19.0.0-2778.ga971fd5f.el9.x86_64.r 18 kB/s | 6.6 kB 00:00 2024-04-14T15:33:05.769 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:05.769 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:05.769 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:05.769 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.770 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:05.771 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.772 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:05.773 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:05.774 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.775 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.776 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.777 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.778 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:05.778 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.778 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.778 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.778 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:05.837 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 762 k 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:05.838 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 762 k 2024-04-14T15:33:05.839 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 768 k 2024-04-14T15:33:05.839 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:06.342 INFO:teuthology.orchestra.run.smithi037.stdout:(2/36): ceph-mgr-19.0.0-2778.ga971fd5f.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-04-14T15:33:06.608 INFO:teuthology.orchestra.run.smithi037.stdout:(3/36): ceph-mds-19.0.0-2778.ga971fd5f.el9.x86_ 1.9 MB/s | 2.4 MB 00:01 2024-04-14T15:33:06.658 INFO:teuthology.orchestra.run.smithi192.stdout:cephadm-19.0.0-2778.ga971fd5f.el9.noarch.rpm 930 kB/s | 762 kB 00:00 2024-04-14T15:33:06.659 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:06.659 INFO:teuthology.orchestra.run.smithi192.stdout:Total 928 kB/s | 762 kB 00:00 2024-04-14T15:33:06.659 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:06.665 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:06.665 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:06.671 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:06.671 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:06.700 INFO:teuthology.orchestra.run.smithi037.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2778.ga971 2.7 MB/s | 249 kB 00:00 2024-04-14T15:33:06.746 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:07.026 INFO:teuthology.orchestra.run.smithi037.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 779 kB/s | 253 kB 00:00 2024-04-14T15:33:07.197 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:07.276 INFO:teuthology.orchestra.run.smithi037.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 4.9 MB/s | 1.2 MB 00:00 2024-04-14T15:33:07.297 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:07.351 INFO:teuthology.orchestra.run.smithi037.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.4 MB/s | 106 kB 00:00 2024-04-14T15:33:07.426 INFO:teuthology.orchestra.run.smithi037.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.8 MB/s | 135 kB 00:00 2024-04-14T15:33:07.510 INFO:teuthology.orchestra.run.smithi037.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.5 MB/s | 125 kB 00:00 2024-04-14T15:33:07.619 INFO:teuthology.orchestra.run.smithi037.stdout:(10/36): ceph-mon-19.0.0-2778.ga971fd5f.el9.x86 2.5 MB/s | 4.7 MB 00:01 2024-04-14T15:33:07.644 INFO:teuthology.orchestra.run.smithi037.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.6 MB/s | 215 kB 00:00 2024-04-14T15:33:07.701 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:08.006 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:08.006 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:08.006 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:08.007 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:08.007 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:08.007 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:08.019 INFO:teuthology.orchestra.run.smithi037.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 471 kB/s | 188 kB 00:00 2024-04-14T15:33:08.044 INFO:teuthology.orchestra.run.smithi037.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 430 kB/s | 172 kB 00:00 2024-04-14T15:33:08.210 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-immutable-object-cache 2024-04-14T15:33:08.253 INFO:teuthology.orchestra.run.smithi037.stdout:(14/36): ceph-osd-19.0.0-2778.ga971fd5f.el9.x86 8.8 MB/s | 17 MB 00:01 2024-04-14T15:33:08.269 INFO:teuthology.orchestra.run.smithi037.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 139 kB/s | 35 kB 00:00 2024-04-14T15:33:08.287 INFO:teuthology.orchestra.run.smithi037.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 210 kB/s | 51 kB 00:00 2024-04-14T15:33:08.362 INFO:teuthology.orchestra.run.smithi037.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 384 kB/s | 42 kB 00:00 2024-04-14T15:33:08.379 INFO:teuthology.orchestra.run.smithi037.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 205 kB/s | 22 kB 00:00 2024-04-14T15:33:08.471 INFO:teuthology.orchestra.run.smithi037.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 823 kB/s | 151 kB 00:00 2024-04-14T15:33:08.488 INFO:teuthology.orchestra.run.smithi037.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 346 kB/s | 43 kB 00:00 2024-04-14T15:33:08.596 INFO:teuthology.orchestra.run.smithi037.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-04-14T15:33:08.613 INFO:teuthology.orchestra.run.smithi037.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 734 kB/s | 172 kB 00:00 2024-04-14T15:33:08.647 INFO:teuthology.orchestra.run.smithi037.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2024-04-14T15:33:08.664 INFO:teuthology.orchestra.run.smithi037.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-04-14T15:33:08.681 INFO:teuthology.orchestra.run.smithi037.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 577 kB/s | 19 kB 00:00 2024-04-14T15:33:08.715 INFO:teuthology.orchestra.run.smithi037.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 389 kB/s | 20 kB 00:00 2024-04-14T15:33:08.740 INFO:teuthology.orchestra.run.smithi037.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 789 kB/s | 46 kB 00:00 2024-04-14T15:33:08.821 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:05 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:09.111 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:09.111 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:09.111 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:09.111 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.111 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:09.111 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:09.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:09.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:09.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.116 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.117 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.118 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.119 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.120 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:09.179 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:09.179 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:09.179 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-14T15:33:09.179 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:09.179 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:09.179 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 145 k 2024-04-14T15:33:09.179 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:09.180 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:09.180 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:09.180 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-14T15:33:09.180 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:09.180 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 145 k 2024-04-14T15:33:09.180 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 435 k 2024-04-14T15:33:09.181 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:09.524 INFO:teuthology.orchestra.run.smithi037.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 97 kB/s | 79 kB 00:00 2024-04-14T15:33:09.607 INFO:teuthology.orchestra.run.smithi037.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 197 kB/s | 16 kB 00:00 2024-04-14T15:33:09.632 INFO:teuthology.orchestra.run.smithi037.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 305 kB/s | 272 kB 00:00 2024-04-14T15:33:09.657 INFO:teuthology.orchestra.run.smithi037.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-04-14T15:33:09.707 INFO:teuthology.orchestra.run.smithi037.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 476 kB/s | 36 kB 00:00 2024-04-14T15:33:09.741 INFO:teuthology.orchestra.run.smithi037.stdout:(33/36): python3-cherrypy-18.6.1-2.el9.noarch.r 282 kB/s | 358 kB 00:01 2024-04-14T15:33:09.766 INFO:teuthology.orchestra.run.smithi037.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-04-14T15:33:09.783 INFO:teuthology.orchestra.run.smithi037.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 478 kB/s | 20 kB 00:00 2024-04-14T15:33:09.797 INFO:teuthology.orchestra.run.smithi192.stdout:ceph-immutable-object-cache-19.0.0-2778.ga971fd 235 kB/s | 145 kB 00:00 2024-04-14T15:33:09.798 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:09.798 INFO:teuthology.orchestra.run.smithi192.stdout:Total 234 kB/s | 145 kB 00:00 2024-04-14T15:33:09.798 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:09.806 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:09.806 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:09.865 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:09.865 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:09.867 INFO:teuthology.orchestra.run.smithi037.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.6 MB/s | 427 kB 00:00 2024-04-14T15:33:09.870 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:09.870 INFO:teuthology.orchestra.run.smithi037.stdout:Total 5.8 MB/s | 30 MB 00:05 2024-04-14T15:33:10.008 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:33:10.013 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:10.050 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:33:10.050 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:33:10.081 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T15:33:10.106 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T15:33:10.106 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:10.106 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-14T15:33:10.106 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:10.506 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:33:10.507 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:33:11.081 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T15:33:11.082 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:11.082 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:11.082 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:11.082 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:11.082 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:11.350 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr 2024-04-14T15:33:11.623 INFO:teuthology.orchestra.run.smithi193.stdout:(6/6): ceph-test-19.0.0-2778.ga971fd5f.el9.x86_ 4.1 MB/s | 49 MB 00:11 2024-04-14T15:33:11.625 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:11.625 INFO:teuthology.orchestra.run.smithi193.stdout:Total 4.1 MB/s | 49 MB 00:12 2024-04-14T15:33:11.676 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:33:11.696 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:33:11.696 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:33:11.861 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:33:11.911 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-14T15:33:11.944 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-14T15:33:11.962 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:08 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:11.972 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-14T15:33:12.048 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-14T15:33:12.088 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-14T15:33:12.091 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:33:12.092 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:33:12.112 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-14T15:33:12.211 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-14T15:33:12.253 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:12.253 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:12.253 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:12.253 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.254 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.255 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.256 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.257 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:12.258 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:12.259 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.260 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.261 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.262 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:12.263 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.263 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.263 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.263 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:12.263 INFO:teuthology.orchestra.run.smithi192.stdout:Package ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:33:12.303 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-14T15:33:12.319 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:12.320 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-14T15:33:12.320 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:12.349 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-14T15:33:12.383 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-14T15:33:12.406 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-dashboard 2024-04-14T15:33:12.413 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-14T15:33:12.447 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-14T15:33:12.481 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-14T15:33:12.522 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-14T15:33:12.565 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-14T15:33:12.599 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-14T15:33:12.638 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-14T15:33:12.686 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:33:12.715 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-14T15:33:12.769 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-14T15:33:12.815 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-14T15:33:12.856 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-14T15:33:12.866 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-14T15:33:12.899 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-14T15:33:12.926 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T15:33:12.956 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-14T15:33:12.997 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:09 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:13.025 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-14T15:33:13.062 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-14T15:33:13.121 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-14T15:33:13.185 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-14T15:33:13.286 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:13.286 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:13.286 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:13.286 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.287 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.288 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:13.289 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:13.290 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:13.291 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:13.292 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.293 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.294 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.295 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.296 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.296 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:13.296 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.296 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.296 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.296 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:13.355 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:13.357 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:13.357 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:33:13.357 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:13.357 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:13.357 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 3.5 M 2024-04-14T15:33:13.357 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 34 k 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 16 k 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-14T15:33:13.358 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-14T15:33:13.359 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-14T15:33:13.359 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:13.359 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:13.359 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:13.359 INFO:teuthology.orchestra.run.smithi192.stdout:Install 12 Packages 2024-04-14T15:33:13.359 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:13.359 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 8.6 M 2024-04-14T15:33:13.360 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 104 M 2024-04-14T15:33:13.360 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:13.383 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-14T15:33:13.433 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-14T15:33:13.515 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-14T15:33:13.606 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-14T15:33:13.648 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-14T15:33:13.771 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-14T15:33:13.937 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 31/36 2024-04-14T15:33:13.966 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T15:33:13.991 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T15:33:13.992 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:13.992 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-14T15:33:13.992 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T15:33:13.992 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T15:33:13.992 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:14.160 INFO:teuthology.orchestra.run.smithi192.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2778.ga97 64 kB/s | 16 kB 00:00 2024-04-14T15:33:14.184 INFO:teuthology.orchestra.run.smithi192.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2778.ga9 121 kB/s | 34 kB 00:00 2024-04-14T15:33:14.294 INFO:teuthology.orchestra.run.smithi192.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.4 MB/s | 269 kB 00:00 2024-04-14T15:33:14.402 INFO:teuthology.orchestra.run.smithi192.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.2 MB/s | 1.0 MB 00:00 2024-04-14T15:33:14.602 INFO:teuthology.orchestra.run.smithi192.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2778.ga971fd5 5.1 MB/s | 3.5 MB 00:00 2024-04-14T15:33:14.636 INFO:teuthology.orchestra.run.smithi192.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.5 MB/s | 863 kB 00:00 2024-04-14T15:33:14.878 INFO:teuthology.orchestra.run.smithi192.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 71 kB/s | 19 kB 00:00 2024-04-14T15:33:15.094 INFO:teuthology.orchestra.run.smithi192.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 667 kB/s | 144 kB 00:00 2024-04-14T15:33:15.178 INFO:teuthology.orchestra.run.smithi192.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 369 kB/s | 31 kB 00:00 2024-04-14T15:33:15.220 INFO:teuthology.orchestra.run.smithi192.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.5 MB/s | 2.0 MB 00:00 2024-04-14T15:33:15.287 INFO:teuthology.orchestra.run.smithi192.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-04-14T15:33:15.517 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T15:33:15.543 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T15:33:15.543 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:15.543 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-14T15:33:15.543 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T15:33:15.544 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T15:33:15.544 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:16.009 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T15:33:16.032 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T15:33:16.033 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:16.033 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-14T15:33:16.033 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T15:33:16.033 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T15:33:16.033 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:16.276 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T15:33:16.299 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T15:33:16.299 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:16.300 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-14T15:33:16.300 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T15:33:16.300 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T15:33:16.300 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:16.367 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T15:33:17.179 INFO:teuthology.orchestra.run.smithi192.stdout:(12/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 197 kB/s | 548 kB 00:02 2024-04-14T15:33:17.184 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:17.184 INFO:teuthology.orchestra.run.smithi192.stdout:Total 2.3 MB/s | 8.6 MB 00:03 2024-04-14T15:33:17.238 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:17.256 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:17.256 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:17.434 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:17.435 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:17.515 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/6 2024-04-14T15:33:17.611 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T15:33:18.000 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:18.050 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T15:33:18.050 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/36 2024-04-14T15:33:18.050 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/36 2024-04-14T15:33:18.050 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 6/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-14T15:33:18.051 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-14T15:33:18.052 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-14T15:33:18.053 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-14T15:33:18.053 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-14T15:33:18.054 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-14T15:33:18.054 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-14T15:33:18.054 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-14T15:33:18.054 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-14T15:33:18.054 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-14T15:33:18.054 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-14T15:33:18.088 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-14T15:33:18.133 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-14T15:33:18.177 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-14T15:33:18.216 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-14T15:33:18.316 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-14T15:33:18.441 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-14T15:33:18.546 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-14T15:33:18.588 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-14T15:33:18.616 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-14T15:33:18.648 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 10/12 2024-04-14T15:33:19.070 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: lua-5.4.4-4.el9.x86_64 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-14T15:33:19.071 INFO:teuthology.orchestra.run.smithi037.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-14T15:33:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ply-3.11-14.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-14T15:33:19.073 INFO:teuthology.orchestra.run.smithi037.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-14T15:33:19.074 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:19.074 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:33:19.339 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-base 2024-04-14T15:33:19.693 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 11/12 2024-04-14T15:33:19.724 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T15:33:19.939 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:02 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:33:20.089 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 6/6 2024-04-14T15:33:20.089 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/6 2024-04-14T15:33:20.089 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/6 2024-04-14T15:33:20.089 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : jq-1.6-16.el9.x86_64 3/6 2024-04-14T15:33:20.089 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 4/6 2024-04-14T15:33:20.089 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 5/6 2024-04-14T15:33:20.242 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:33:20.242 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.243 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:33:20.244 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:33:20.245 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:33:20.246 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:33:20.247 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.248 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.249 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.250 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.251 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:20.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.252 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:20.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.252 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:20.253 INFO:teuthology.orchestra.run.smithi037.stdout:Package ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:33:20.315 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:33:20.316 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-14T15:33:20.316 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:33:20.380 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install cephadm 2024-04-14T15:33:20.562 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 6/6 2024-04-14T15:33:20.562 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:20.562 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:33:20.563 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-test-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:20.563 INFO:teuthology.orchestra.run.smithi193.stdout: jq-1.6-16.el9.x86_64 2024-04-14T15:33:20.563 INFO:teuthology.orchestra.run.smithi193.stdout: libcephsqlite-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:20.563 INFO:teuthology.orchestra.run.smithi193.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-14T15:33:20.563 INFO:teuthology.orchestra.run.smithi193.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-14T15:33:20.563 INFO:teuthology.orchestra.run.smithi193.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-14T15:33:20.563 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:20.563 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:33:20.817 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph 2024-04-14T15:33:20.978 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:03 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:33:21.024 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T15:33:21.024 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 1/12 2024-04-14T15:33:21.024 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 2/12 2024-04-14T15:33:21.024 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 3/12 2024-04-14T15:33:21.024 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-14T15:33:21.024 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-14T15:33:21.024 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-14T15:33:21.025 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-14T15:33:21.025 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-14T15:33:21.025 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-14T15:33:21.025 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-14T15:33:21.025 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-14T15:33:21.279 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:33:21.279 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:33:21.279 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:33:21.279 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.279 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.280 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.281 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:33:21.282 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:33:21.283 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.284 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.285 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.286 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:21.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.350 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:33:21.351 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:21.351 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:33:21.351 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:21.351 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:33:21.352 INFO:teuthology.orchestra.run.smithi037.stdout: cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 762 k 2024-04-14T15:33:21.352 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:21.352 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:33:21.352 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:21.352 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-14T15:33:21.352 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:21.352 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 762 k 2024-04-14T15:33:21.352 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 768 k 2024-04-14T15:33:21.352 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-14T15:33:21.388 INFO:teuthology.orchestra.run.smithi192.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-14T15:33:21.389 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-14T15:33:21.389 INFO:teuthology.orchestra.run.smithi192.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-14T15:33:21.389 INFO:teuthology.orchestra.run.smithi192.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-14T15:33:21.389 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-14T15:33:21.389 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-14T15:33:21.389 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:21.389 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:21.413 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:53 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:33:21.625 INFO:teuthology.orchestra.run.smithi037.stdout:cephadm-19.0.0-2778.ga971fd5f.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-04-14T15:33:21.625 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:21.625 INFO:teuthology.orchestra.run.smithi037.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-14T15:33:21.625 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:33:21.631 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:33:21.631 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:33:21.637 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:33:21.637 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:33:21.653 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-14T15:33:21.700 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:33:21.700 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:33:21.700 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:33:21.700 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.701 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.702 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:33:21.703 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.704 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.705 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.706 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:21.707 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.708 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:21.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.709 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:21.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.709 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:21.710 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:33:21.776 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:33:21.778 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:21.778 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:33:21.778 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:21.778 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: ceph x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 6.6 k 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mds x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 2.4 M 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 1.5 M 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 249 k 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mon x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 4.7 M 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-osd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 17 M 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-14T15:33:21.779 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-collections 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-14T15:33:21.780 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:33:21.781 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:21.782 INFO:teuthology.orchestra.run.smithi193.stdout:Install 36 Packages 2024-04-14T15:33:21.782 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:21.782 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 30 M 2024-04-14T15:33:21.782 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 108 M 2024-04-14T15:33:21.782 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:33:22.184 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:22.241 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:19 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:22.281 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:22.532 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:22.532 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:22.532 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:22.532 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.532 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:22.532 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.532 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:22.532 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.533 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.534 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:22.535 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:22.536 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.537 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.539 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:22.600 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:22.601 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-04-14T15:33:22.601 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:33:22.601 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-04-14T15:33:22.601 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:22.601 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 7.4 M 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-14T15:33:22.602 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:22.603 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:22.603 INFO:teuthology.orchestra.run.smithi192.stdout:======================================================================================= 2024-04-14T15:33:22.603 INFO:teuthology.orchestra.run.smithi192.stdout:Install 12 Packages 2024-04-14T15:33:22.603 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:22.603 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 38 M 2024-04-14T15:33:22.603 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 209 M 2024-04-14T15:33:22.603 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:22.666 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:22.735 INFO:teuthology.orchestra.run.smithi193.stdout:(1/36): ceph-19.0.0-2778.ga971fd5f.el9.x86_64.r 25 kB/s | 6.6 kB 00:00 2024-04-14T15:33:22.869 INFO:teuthology.orchestra.run.smithi193.stdout:(2/36): ceph-mgr-19.0.0-2778.ga971fd5f.el9.x86_ 3.8 MB/s | 1.5 MB 00:00 2024-04-14T15:33:22.911 INFO:teuthology.orchestra.run.smithi193.stdout:(3/36): ceph-mds-19.0.0-2778.ga971fd5f.el9.x86_ 5.4 MB/s | 2.4 MB 00:00 2024-04-14T15:33:22.972 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:22.972 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:22.972 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:33:22.972 INFO:teuthology.orchestra.run.smithi037.stdout: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:22.973 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:22.973 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:33:22.978 INFO:teuthology.orchestra.run.smithi193.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2778.ga971 3.6 MB/s | 249 kB 00:00 2024-04-14T15:33:23.112 INFO:teuthology.orchestra.run.smithi193.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 253 kB 00:00 2024-04-14T15:33:23.180 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-immutable-object-cache 2024-04-14T15:33:23.378 INFO:teuthology.orchestra.run.smithi193.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 4.6 MB/s | 1.2 MB 00:00 2024-04-14T15:33:23.504 INFO:teuthology.orchestra.run.smithi192.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-04-14T15:33:23.529 INFO:teuthology.orchestra.run.smithi193.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 711 kB/s | 106 kB 00:00 2024-04-14T15:33:23.754 INFO:teuthology.orchestra.run.smithi193.stdout:(8/36): ceph-osd-19.0.0-2778.ga971fd5f.el9.x86_ 19 MB/s | 17 MB 00:00 2024-04-14T15:33:23.762 INFO:teuthology.orchestra.run.smithi192.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.7 MB/s | 803 kB 00:00 2024-04-14T15:33:23.786 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:06 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:33:23.787 INFO:teuthology.orchestra.run.smithi192.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 115 kB/s | 33 kB 00:00 2024-04-14T15:33:23.829 INFO:teuthology.orchestra.run.smithi193.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 450 kB/s | 135 kB 00:00 2024-04-14T15:33:23.871 INFO:teuthology.orchestra.run.smithi192.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 219 kB/s | 18 kB 00:00 2024-04-14T15:33:23.929 INFO:teuthology.orchestra.run.smithi193.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 713 kB/s | 125 kB 00:00 2024-04-14T15:33:23.963 INFO:teuthology.orchestra.run.smithi192.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 384 kB/s | 35 kB 00:00 2024-04-14T15:33:24.072 INFO:teuthology.orchestra.run.smithi193.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-04-14T15:33:24.088 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:33:24.089 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.090 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:33:24.091 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.092 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:33:24.093 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:33:24.094 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.095 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.096 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:24.097 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:24.098 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.099 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.099 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.099 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:24.099 INFO:teuthology.orchestra.run.smithi193.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 803 kB/s | 215 kB 00:00 2024-04-14T15:33:24.122 INFO:teuthology.orchestra.run.smithi193.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.3 MB/s | 172 kB 00:00 2024-04-14T15:33:24.159 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:33:24.160 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:24.160 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repo Size 2024-04-14T15:33:24.160 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:24.160 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:33:24.160 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 145 k 2024-04-14T15:33:24.160 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:24.160 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:33:24.160 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:24.161 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-14T15:33:24.161 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:24.161 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 145 k 2024-04-14T15:33:24.161 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 435 k 2024-04-14T15:33:24.161 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:33:24.172 INFO:teuthology.orchestra.run.smithi193.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-14T15:33:24.197 INFO:teuthology.orchestra.run.smithi193.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 346 kB/s | 35 kB 00:00 2024-04-14T15:33:24.231 INFO:teuthology.orchestra.run.smithi193.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 712 kB/s | 42 kB 00:00 2024-04-14T15:33:24.257 INFO:teuthology.orchestra.run.smithi193.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 380 kB/s | 22 kB 00:00 2024-04-14T15:33:24.414 INFO:teuthology.orchestra.run.smithi192.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-27 6.7 MB/s | 7.4 MB 00:01 2024-04-14T15:33:24.580 INFO:teuthology.orchestra.run.smithi192.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 7.7 MB/s | 4.7 MB 00:00 2024-04-14T15:33:24.673 INFO:teuthology.orchestra.run.smithi193.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 104 kB/s | 43 kB 00:00 2024-04-14T15:33:24.799 INFO:teuthology.orchestra.run.smithi193.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 266 kB/s | 151 kB 00:00 2024-04-14T15:33:24.839 INFO:teuthology.orchestra.run.smithi192.stdout:(8/12): python3-devel-3.9.17-2.el9.x86_64.rpm 578 kB/s | 245 kB 00:00 2024-04-14T15:33:24.916 INFO:teuthology.orchestra.run.smithi193.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 710 kB/s | 172 kB 00:00 2024-04-14T15:33:25.041 INFO:teuthology.orchestra.run.smithi193.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-04-14T15:33:25.064 INFO:teuthology.orchestra.run.smithi192.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 11 MB/s | 5.1 MB 00:00 2024-04-14T15:33:25.067 INFO:teuthology.orchestra.run.smithi193.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 71 kB/s | 11 kB 00:00 2024-04-14T15:33:25.125 INFO:teuthology.orchestra.run.smithi193.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 211 kB/s | 18 kB 00:00 2024-04-14T15:33:25.139 INFO:teuthology.orchestra.run.smithi192.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 835 kB/s | 250 kB 00:00 2024-04-14T15:33:25.201 INFO:teuthology.orchestra.run.smithi193.stdout:(24/36): ceph-mon-19.0.0-2778.ga971fd5f.el9.x86 1.9 MB/s | 4.7 MB 00:02 2024-04-14T15:33:25.226 INFO:teuthology.orchestra.run.smithi193.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 146 kB/s | 23 kB 00:00 2024-04-14T15:33:25.251 INFO:teuthology.orchestra.run.smithi193.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2024-04-14T15:33:25.302 INFO:teuthology.orchestra.run.smithi193.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-04-14T15:33:25.335 INFO:teuthology.orchestra.run.smithi193.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 426 kB/s | 46 kB 00:00 2024-04-14T15:33:25.360 INFO:teuthology.orchestra.run.smithi193.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 724 kB/s | 79 kB 00:00 2024-04-14T15:33:25.436 INFO:teuthology.orchestra.run.smithi193.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.0 MB/s | 272 kB 00:00 2024-04-14T15:33:25.461 INFO:teuthology.orchestra.run.smithi193.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 131 kB/s | 16 kB 00:00 2024-04-14T15:33:25.486 INFO:teuthology.orchestra.run.smithi193.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 716 kB/s | 90 kB 00:00 2024-04-14T15:33:25.537 INFO:teuthology.orchestra.run.smithi193.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 356 kB/s | 36 kB 00:00 2024-04-14T15:33:25.587 INFO:teuthology.orchestra.run.smithi193.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-04-14T15:33:25.695 INFO:teuthology.orchestra.run.smithi193.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.0 MB/s | 427 kB 00:00 2024-04-14T15:33:25.714 INFO:teuthology.orchestra.run.smithi193.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 114 kB/s | 20 kB 00:00 2024-04-14T15:33:25.717 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:25.718 INFO:teuthology.orchestra.run.smithi193.stdout:Total 7.7 MB/s | 30 MB 00:03 2024-04-14T15:33:25.744 INFO:teuthology.orchestra.run.smithi192.stdout:(11/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rp 1.5 MB/s | 3.0 MB 00:01 2024-04-14T15:33:25.838 INFO:teuthology.orchestra.run.smithi037.stdout:ceph-immutable-object-cache-19.0.0-2778.ga971fd 86 kB/s | 145 kB 00:01 2024-04-14T15:33:25.839 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:25.839 INFO:teuthology.orchestra.run.smithi037.stdout:Total 86 kB/s | 145 kB 00:01 2024-04-14T15:33:25.840 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:33:25.849 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:33:25.849 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:33:25.855 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:33:25.895 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:33:25.895 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:33:25.914 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:33:25.915 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:33:26.068 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:33:26.139 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T15:33:26.163 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T15:33:26.163 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:26.163 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-14T15:33:26.163 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:26.173 INFO:teuthology.orchestra.run.smithi192.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 15 MB/s | 16 MB 00:01 2024-04-14T15:33:26.174 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:26.174 INFO:teuthology.orchestra.run.smithi192.stdout:Total 11 MB/s | 38 MB 00:03 2024-04-14T15:33:26.317 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:33:26.318 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:33:26.522 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:26.548 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:26.549 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:26.978 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:26.979 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:27.145 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T15:33:27.145 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:27.146 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:33:27.146 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:27.146 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:27.146 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:33:27.377 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr 2024-04-14T15:33:27.640 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:33:27.689 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-14T15:33:27.728 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-14T15:33:27.736 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:27.759 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-14T15:33:27.800 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-14T15:33:27.828 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-14T15:33:27.837 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-14T15:33:27.874 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-14T15:33:27.907 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-14T15:33:27.945 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-14T15:33:27.979 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:10 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:33:27.980 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-14T15:33:27.998 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-14T15:33:28.093 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-14T15:33:28.135 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-14T15:33:28.166 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-14T15:33:28.179 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-14T15:33:28.196 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-14T15:33:28.208 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-14T15:33:28.243 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-14T15:33:28.273 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-14T15:33:28.276 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-14T15:33:28.287 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:33:28.287 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:33:28.287 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:33:28.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.287 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:33:28.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.287 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:33:28.287 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:33:28.288 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:33:28.289 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.290 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:33:28.291 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:33:28.292 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.293 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.294 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.295 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.296 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.296 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.296 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:28.296 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.296 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.296 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.296 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:28.296 INFO:teuthology.orchestra.run.smithi037.stdout:Package ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:33:28.317 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-14T15:33:28.360 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-14T15:33:28.361 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:33:28.362 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-14T15:33:28.362 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:33:28.395 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-14T15:33:28.434 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr-dashboard 2024-04-14T15:33:28.434 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-14T15:33:28.528 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-14T15:33:28.667 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-14T15:33:28.740 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-14T15:33:28.794 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-14T15:33:28.833 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-14T15:33:28.882 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-14T15:33:28.916 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-14T15:33:28.937 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-14T15:33:29.024 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-14T15:33:29.036 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:12 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:33:29.122 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-14T15:33:29.162 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-14T15:33:29.232 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-14T15:33:29.328 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:33:29.340 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:33:29.341 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.342 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.343 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:33:29.344 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.345 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.346 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.347 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.348 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:29.370 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-14T15:33:29.413 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:33:29.414 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:29.414 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:33:29.414 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 3.5 M 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 34 k 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 16 k 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-14T15:33:29.415 INFO:teuthology.orchestra.run.smithi037.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-14T15:33:29.416 INFO:teuthology.orchestra.run.smithi037.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-14T15:33:29.416 INFO:teuthology.orchestra.run.smithi037.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-14T15:33:29.416 INFO:teuthology.orchestra.run.smithi037.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-14T15:33:29.416 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:29.416 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:33:29.416 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:29.416 INFO:teuthology.orchestra.run.smithi037.stdout:Install 12 Packages 2024-04-14T15:33:29.416 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:29.417 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 8.6 M 2024-04-14T15:33:29.417 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 104 M 2024-04-14T15:33:29.417 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:33:29.484 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-14T15:33:29.666 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 31/36 2024-04-14T15:33:29.686 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T15:33:29.711 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 32/36 2024-04-14T15:33:29.711 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:29.712 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-14T15:33:29.712 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T15:33:29.712 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-14T15:33:29.712 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:30.246 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T15:33:30.642 INFO:teuthology.orchestra.run.smithi037.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2778.ga9 100 kB/s | 34 kB 00:00 2024-04-14T15:33:30.709 INFO:teuthology.orchestra.run.smithi037.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2778.ga97 40 kB/s | 16 kB 00:00 2024-04-14T15:33:31.017 INFO:teuthology.orchestra.run.smithi037.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 874 kB/s | 269 kB 00:00 2024-04-14T15:33:31.179 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T15:33:31.206 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 33/36 2024-04-14T15:33:31.206 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:31.206 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-14T15:33:31.206 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T15:33:31.206 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-14T15:33:31.206 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:31.209 INFO:teuthology.orchestra.run.smithi037.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.8 MB/s | 1.0 MB 00:00 2024-04-14T15:33:31.290 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-14T15:33:31.314 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T15:33:31.368 INFO:teuthology.orchestra.run.smithi037.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2778.ga971fd5 3.3 MB/s | 3.5 MB 00:01 2024-04-14T15:33:31.663 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T15:33:31.686 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 34/36 2024-04-14T15:33:31.686 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:31.686 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-14T15:33:31.686 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T15:33:31.686 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-14T15:33:31.687 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:31.718 INFO:teuthology.orchestra.run.smithi037.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-14T15:33:31.743 INFO:teuthology.orchestra.run.smithi037.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 52 kB/s | 19 kB 00:00 2024-04-14T15:33:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.0 MB/s | 863 kB 00:00 2024-04-14T15:33:31.914 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T15:33:31.936 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 35/36 2024-04-14T15:33:31.937 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:31.937 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-14T15:33:31.937 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T15:33:31.937 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-14T15:33:31.937 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:32.002 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T15:33:32.052 INFO:teuthology.orchestra.run.smithi037.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 6.1 MB/s | 2.0 MB 00:00 2024-04-14T15:33:32.077 INFO:teuthology.orchestra.run.smithi037.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 433 kB/s | 144 kB 00:00 2024-04-14T15:33:32.094 INFO:teuthology.orchestra.run.smithi037.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 119 kB/s | 31 kB 00:00 2024-04-14T15:33:32.144 INFO:teuthology.orchestra.run.smithi037.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-14T15:33:32.148 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:32.148 INFO:teuthology.orchestra.run.smithi037.stdout:Total 3.2 MB/s | 8.6 MB 00:02 2024-04-14T15:33:32.199 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:33:32.217 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:33:32.218 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:33:32.424 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:33:32.424 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:33:32.960 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:33:33.029 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-14T15:33:33.064 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-14T15:33:33.112 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-14T15:33:33.141 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-14T15:33:33.252 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-14T15:33:33.389 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-14T15:33:33.489 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-14T15:33:33.538 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-14T15:33:33.566 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-14T15:33:33.598 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 10/12 2024-04-14T15:33:33.748 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 36/36 2024-04-14T15:33:33.748 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/36 2024-04-14T15:33:33.748 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/36 2024-04-14T15:33:33.748 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 3/36 2024-04-14T15:33:33.748 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 4/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 5/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9. 6/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-14T15:33:33.749 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-14T15:33:33.750 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-14T15:33:33.750 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-14T15:33:33.750 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-14T15:33:33.750 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-14T15:33:33.750 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-14T15:33:33.750 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-14T15:33:33.750 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-14T15:33:33.751 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-14T15:33:33.751 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-14T15:33:33.751 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-14T15:33:33.752 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-14T15:33:33.752 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-14T15:33:33.752 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-14T15:33:33.752 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-14T15:33:33.752 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-14T15:33:33.752 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-14T15:33:33.752 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-14T15:33:33.891 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 1/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T15:33:33.892 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-14T15:33:34.362 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-14T15:33:34.363 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-14T15:33:34.364 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-14T15:33:34.364 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-14T15:33:34.364 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:34.364 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:34.700 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 11/12 2024-04-14T15:33:34.740 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T15:33:34.791 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-rook 2024-04-14T15:33:34.898 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-14T15:33:34.898 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:34.898 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:33:34.898 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:34.898 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mds-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:34.898 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:34.898 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-modules-core-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:34.898 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mon-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-osd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: lua-5.4.4-4.el9.x86_64 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-14T15:33:34.899 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-ply-3.11-14.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-14T15:33:34.900 INFO:teuthology.orchestra.run.smithi193.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-14T15:33:34.901 INFO:teuthology.orchestra.run.smithi193.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-14T15:33:34.901 INFO:teuthology.orchestra.run.smithi193.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-14T15:33:34.901 INFO:teuthology.orchestra.run.smithi193.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-14T15:33:34.901 INFO:teuthology.orchestra.run.smithi193.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-14T15:33:34.901 INFO:teuthology.orchestra.run.smithi193.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-14T15:33:34.901 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:34.901 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:33:35.239 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-base 2024-04-14T15:33:35.402 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:32 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:35.693 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:35.693 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:35.693 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:35.693 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.693 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:35.693 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.693 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:35.693 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.693 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:35.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:35.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.700 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.702 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:35.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:35.762 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:35.763 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:35.763 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:33:35.763 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:35.763 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:35.763 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 49 k 2024-04-14T15:33:35.763 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:33:35.763 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-14T15:33:35.763 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-14T15:33:35.763 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:35.764 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:35.765 INFO:teuthology.orchestra.run.smithi192.stdout:Install 13 Packages 2024-04-14T15:33:35.765 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:35.765 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 2.2 M 2024-04-14T15:33:35.765 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 26 M 2024-04-14T15:33:35.765 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:35.834 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:07 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:33:36.047 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T15:33:36.047 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 1/12 2024-04-14T15:33:36.047 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 2/12 2024-04-14T15:33:36.047 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 3/12 2024-04-14T15:33:36.047 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-14T15:33:36.047 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-14T15:33:36.047 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-14T15:33:36.047 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-14T15:33:36.047 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-14T15:33:36.048 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-14T15:33:36.048 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-14T15:33:36.048 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-14T15:33:36.122 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:33:36.122 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:33:36.122 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.123 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.124 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:33:36.125 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.126 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.127 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.128 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:36.129 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:36.130 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.131 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.132 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.132 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.132 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:36.132 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.132 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.132 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.132 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:36.132 INFO:teuthology.orchestra.run.smithi193.stdout:Package ceph-base-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:33:36.190 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:33:36.191 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-14T15:33:36.191 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:33:36.260 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install cephadm 2024-04-14T15:33:36.411 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-14T15:33:36.412 INFO:teuthology.orchestra.run.smithi037.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-14T15:33:36.413 INFO:teuthology.orchestra.run.smithi037.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-14T15:33:36.413 INFO:teuthology.orchestra.run.smithi037.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-14T15:33:36.413 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:36.413 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:33:36.546 INFO:teuthology.orchestra.run.smithi192.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 158 kB/s | 26 kB 00:00 2024-04-14T15:33:36.572 INFO:teuthology.orchestra.run.smithi192.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 102 kB/s | 19 kB 00:00 2024-04-14T15:33:36.597 INFO:teuthology.orchestra.run.smithi192.stdout:(3/13): ceph-mgr-rook-19.0.0-2778.ga971fd5f.el9 231 kB/s | 49 kB 00:00 2024-04-14T15:33:36.677 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-14T15:33:36.789 INFO:teuthology.orchestra.run.smithi192.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 732 kB/s | 159 kB 00:00 2024-04-14T15:33:36.822 INFO:teuthology.orchestra.run.smithi192.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 806 kB/s | 222 kB 00:00 2024-04-14T15:33:36.855 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:08 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:33:36.881 INFO:teuthology.orchestra.run.smithi192.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 584 kB/s | 54 kB 00:00 2024-04-14T15:33:36.906 INFO:teuthology.orchestra.run.smithi192.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 385 kB/s | 32 kB 00:00 2024-04-14T15:33:36.956 INFO:teuthology.orchestra.run.smithi192.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 776 kB/s | 279 kB 00:00 2024-04-14T15:33:36.982 INFO:teuthology.orchestra.run.smithi192.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 149 kB/s | 15 kB 00:00 2024-04-14T15:33:37.007 INFO:teuthology.orchestra.run.smithi192.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 2.0 MB/s | 203 kB 00:00 2024-04-14T15:33:37.049 INFO:teuthology.orchestra.run.smithi192.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 2.1 MB/s | 90 kB 00:00 2024-04-14T15:33:37.091 INFO:teuthology.orchestra.run.smithi192.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 544 kB/s | 59 kB 00:00 2024-04-14T15:33:37.140 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:33:37.140 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.141 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:33:37.142 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:33:37.143 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.144 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.145 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.146 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.147 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.148 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.149 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.150 INFO:teuthology.orchestra.run.smithi192.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.3 MB/s | 1.0 MB 00:00 2024-04-14T15:33:37.150 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:37.150 INFO:teuthology.orchestra.run.smithi192.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-04-14T15:33:37.211 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:33:37.212 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:37.212 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:33:37.212 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:37.212 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:33:37.213 INFO:teuthology.orchestra.run.smithi193.stdout: cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 762 k 2024-04-14T15:33:37.213 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:37.213 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:33:37.213 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:37.213 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-14T15:33:37.213 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:37.214 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 762 k 2024-04-14T15:33:37.214 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 768 k 2024-04-14T15:33:37.214 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:33:37.216 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:37.232 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:37.232 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:37.277 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:20 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:33:37.327 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:37.328 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:37.579 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:33:37.579 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:33:37.579 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:33:37.579 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.579 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:33:37.580 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:33:37.581 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.582 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:33:37.582 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.582 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:33:37.582 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.583 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:33:37.585 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.585 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:33:37.585 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.585 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:33:37.585 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.586 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.587 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:33:37.588 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.588 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:33:37.588 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.588 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:33:37.588 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.588 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:33:37.588 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.588 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.588 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:37.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.592 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:37.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:37.652 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:33:37.653 INFO:teuthology.orchestra.run.smithi037.stdout:======================================================================================= 2024-04-14T15:33:37.653 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:33:37.653 INFO:teuthology.orchestra.run.smithi037.stdout:======================================================================================= 2024-04-14T15:33:37.653 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 7.4 M 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-14T15:33:37.654 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:37.655 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:33:37.655 INFO:teuthology.orchestra.run.smithi037.stdout:======================================================================================= 2024-04-14T15:33:37.655 INFO:teuthology.orchestra.run.smithi037.stdout:Install 12 Packages 2024-04-14T15:33:37.655 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:37.655 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 38 M 2024-04-14T15:33:37.655 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 209 M 2024-04-14T15:33:37.655 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:33:37.873 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:38.037 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-14T15:33:38.100 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-14T15:33:38.155 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-14T15:33:38.185 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-14T15:33:38.226 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-14T15:33:38.327 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-14T15:33:38.381 INFO:teuthology.orchestra.run.smithi193.stdout:cephadm-19.0.0-2778.ga971fd5f.el9.noarch.rpm 652 kB/s | 762 kB 00:01 2024-04-14T15:33:38.382 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:38.382 INFO:teuthology.orchestra.run.smithi193.stdout:Total 651 kB/s | 762 kB 00:01 2024-04-14T15:33:38.383 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:33:38.391 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:33:38.391 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:33:38.400 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:33:38.401 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:33:38.436 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-14T15:33:38.485 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-14T15:33:38.497 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:33:38.982 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:39.045 INFO:teuthology.orchestra.run.smithi037.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 192 kB/s | 195 kB 00:01 2024-04-14T15:33:39.061 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:39.128 INFO:teuthology.orchestra.run.smithi037.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 396 kB/s | 33 kB 00:00 2024-04-14T15:33:39.214 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-14T15:33:39.266 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-14T15:33:39.300 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-14T15:33:39.303 INFO:teuthology.orchestra.run.smithi037.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 17 MB/s | 3.0 MB 00:00 2024-04-14T15:33:39.345 INFO:teuthology.orchestra.run.smithi037.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 438 kB/s | 18 kB 00:00 2024-04-14T15:33:39.347 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-14T15:33:39.370 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T15:33:39.396 INFO:teuthology.orchestra.run.smithi037.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 703 kB/s | 35 kB 00:00 2024-04-14T15:33:39.463 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:39.504 INFO:teuthology.orchestra.run.smithi037.stdout:(6/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 44 MB/s | 4.7 MB 00:00 2024-04-14T15:33:39.546 INFO:teuthology.orchestra.run.smithi037.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 5.8 MB/s | 245 kB 00:00 2024-04-14T15:33:39.663 INFO:teuthology.orchestra.run.smithi037.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 44 MB/s | 5.1 MB 00:00 2024-04-14T15:33:39.705 INFO:teuthology.orchestra.run.smithi037.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-04-14T15:33:39.759 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/1 2024-04-14T15:33:39.760 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:39.760 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:33:39.760 INFO:teuthology.orchestra.run.smithi193.stdout: cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:39.760 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:39.760 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:33:39.954 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-immutable-object-cache 2024-04-14T15:33:39.964 INFO:teuthology.orchestra.run.smithi037.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 63 MB/s | 16 MB 00:00 2024-04-14T15:33:40.097 INFO:teuthology.orchestra.run.smithi037.stdout:(11/12): libgfortran-11.4.1-3.el9.x86_64.rpm 388 kB/s | 803 kB 00:02 2024-04-14T15:33:40.199 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T15:33:40.199 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 1/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-14T15:33:40.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-14T15:33:40.239 INFO:teuthology.orchestra.run.smithi037.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 3.3 MB/s | 7.4 MB 00:02 2024-04-14T15:33:40.240 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:40.241 INFO:teuthology.orchestra.run.smithi037.stdout:Total 15 MB/s | 38 MB 00:02 2024-04-14T15:33:40.560 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:12 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-14T15:33:40.577 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-14T15:33:40.578 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-14T15:33:40.578 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-14T15:33:40.578 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-14T15:33:40.578 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-14T15:33:40.578 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-14T15:33:40.578 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-14T15:33:40.578 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:40.578 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:40.602 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:33:40.630 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:33:40.630 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:33:40.850 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:33:40.850 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:33:40.850 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.851 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.852 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.853 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:33:40.854 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:33:40.855 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.856 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.857 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.858 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.859 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:40.860 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-mgr-cephadm 2024-04-14T15:33:40.918 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 145 k 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 145 k 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 435 k 2024-04-14T15:33:40.919 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:33:41.075 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:33:41.076 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:33:41.456 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:38 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:41.605 INFO:teuthology.orchestra.run.smithi193.stdout:ceph-immutable-object-cache-19.0.0-2778.ga971fd 211 kB/s | 145 kB 00:00 2024-04-14T15:33:41.606 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:41.606 INFO:teuthology.orchestra.run.smithi193.stdout:Total 211 kB/s | 145 kB 00:00 2024-04-14T15:33:41.606 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:33:41.614 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:33:41.614 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:33:41.673 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:33:41.673 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:33:41.747 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:41.747 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:41.747 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:41.747 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.747 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:41.747 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:41.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:41.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:41.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:41.815 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:41.816 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:41.816 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:33:41.816 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 141 k 2024-04-14T15:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-14T15:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-14T15:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-14T15:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-14T15:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-14T15:33:41.817 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:41.818 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:41.818 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:41.818 INFO:teuthology.orchestra.run.smithi192.stdout:Install 6 Packages 2024-04-14T15:33:41.818 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:41.819 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 7.0 M 2024-04-14T15:33:41.819 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 33 M 2024-04-14T15:33:41.819 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:41.831 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:33:41.855 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:33:41.898 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T15:33:41.923 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T15:33:41.923 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:41.923 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-14T15:33:41.923 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:41.942 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-14T15:33:41.989 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-14T15:33:42.102 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-14T15:33:42.139 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-14T15:33:42.325 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-14T15:33:42.354 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-14T15:33:42.433 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-14T15:33:42.442 INFO:teuthology.orchestra.run.smithi192.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-04-14T15:33:42.609 INFO:teuthology.orchestra.run.smithi192.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 6.0 MB 00:00 2024-04-14T15:33:42.701 INFO:teuthology.orchestra.run.smithi192.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2778.ga971fd5f.e 350 kB/s | 141 kB 00:00 2024-04-14T15:33:42.759 INFO:teuthology.orchestra.run.smithi192.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.7 MB/s | 548 kB 00:00 2024-04-14T15:33:42.785 INFO:teuthology.orchestra.run.smithi192.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 329 kB/s | 58 kB 00:00 2024-04-14T15:33:42.876 INFO:teuthology.orchestra.run.smithi192.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 291 kB/s | 51 kB 00:00 2024-04-14T15:33:42.877 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:42.878 INFO:teuthology.orchestra.run.smithi192.stdout:Total 6.6 MB/s | 7.0 MB 00:01 2024-04-14T15:33:42.885 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f. 1/1 2024-04-14T15:33:42.886 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:42.886 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:33:42.886 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-immutable-object-cache-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:42.886 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:42.886 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:33:42.949 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:42.960 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:42.961 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:43.063 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:43.063 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:43.133 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr 2024-04-14T15:33:43.156 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-14T15:33:43.263 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-14T15:33:43.378 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:43.556 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-14T15:33:43.603 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-14T15:33:43.736 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:15 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:33:44.026 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:33:44.026 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:33:44.026 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:33:44.026 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.026 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:33:44.026 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.027 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.028 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.029 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.030 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.031 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.032 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.033 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.034 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.035 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:44.036 INFO:teuthology.orchestra.run.smithi193.stdout:Package ceph-mgr-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:33:44.093 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:33:44.094 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-14T15:33:44.094 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:33:44.110 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-14T15:33:44.166 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-dashboard 2024-04-14T15:33:44.197 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-14T15:33:44.259 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-14T15:33:44.282 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T15:33:44.574 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T15:33:44.757 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:16 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:33:45.039 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T15:33:45.039 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/6 2024-04-14T15:33:45.040 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-14T15:33:45.040 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-14T15:33:45.040 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-14T15:33:45.040 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-14T15:33:45.047 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:33:45.047 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:33:45.047 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:33:45.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.048 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:33:45.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.048 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:33:45.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.048 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:33:45.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.048 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.049 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.050 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:33:45.051 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.052 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:33:45.052 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.052 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:33:45.052 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.052 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:33:45.052 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.052 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:33:45.052 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:33:45.053 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.054 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:33:45.054 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.054 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:33:45.054 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.054 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:33:45.054 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.054 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:33:45.054 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.054 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.055 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.056 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.057 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:45.058 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.058 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.058 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.058 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.058 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:45.058 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.058 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.058 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.058 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:45.118 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:33:45.119 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:45.119 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:33:45.119 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:45.119 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:33:45.119 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 3.5 M 2024-04-14T15:33:45.119 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:33:45.119 INFO:teuthology.orchestra.run.smithi193.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 34 k 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 16 k 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:33:45.120 INFO:teuthology.orchestra.run.smithi193.stdout:Install 12 Packages 2024-04-14T15:33:45.121 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:45.121 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 8.6 M 2024-04-14T15:33:45.121 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 104 M 2024-04-14T15:33:45.121 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:33:45.368 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-14T15:33:45.369 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:45.369 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:45.369 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:45.369 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-14T15:33:45.369 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-14T15:33:45.369 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-14T15:33:45.369 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-14T15:33:45.369 INFO:teuthology.orchestra.run.smithi192.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-14T15:33:45.369 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:45.370 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:45.646 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-14T15:33:45.651 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-fuse 2024-04-14T15:33:45.678 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T15:33:46.249 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:43 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:46.538 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:46.538 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:46.538 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:46.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.538 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:46.538 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.538 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:46.539 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:46.540 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.541 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:46.542 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:46.543 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:46.544 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.545 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.546 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:46.547 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.547 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.547 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.547 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.547 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:46.547 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.547 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.547 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.547 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:46.608 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:46.609 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:46.609 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:33:46.609 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:46.609 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:46.609 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 891 k 2024-04-14T15:33:46.609 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:33:46.609 INFO:teuthology.orchestra.run.smithi192.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-14T15:33:46.609 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:46.609 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:46.610 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:46.610 INFO:teuthology.orchestra.run.smithi192.stdout:Install 2 Packages 2024-04-14T15:33:46.610 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:46.610 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 971 k 2024-04-14T15:33:46.610 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 2.8 M 2024-04-14T15:33:46.610 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:46.995 INFO:teuthology.orchestra.run.smithi192.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 638 kB/s | 80 kB 00:00 2024-04-14T15:33:47.101 INFO:teuthology.orchestra.run.smithi193.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2778.ga97 67 kB/s | 16 kB 00:00 2024-04-14T15:33:47.285 INFO:teuthology.orchestra.run.smithi193.stdout:(2/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-04-14T15:33:47.327 INFO:teuthology.orchestra.run.smithi193.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 6.3 MB/s | 269 kB 00:00 2024-04-14T15:33:47.344 INFO:teuthology.orchestra.run.smithi193.stdout:(4/12): ceph-grafana-dashboards-19.0.0-2778.ga9 70 kB/s | 34 kB 00:00 2024-04-14T15:33:47.527 INFO:teuthology.orchestra.run.smithi193.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.2 MB/s | 863 kB 00:00 2024-04-14T15:33:47.586 INFO:teuthology.orchestra.run.smithi193.stdout:(6/12): ceph-mgr-dashboard-19.0.0-2778.ga971fd5 4.8 MB/s | 3.5 MB 00:00 2024-04-14T15:33:47.678 INFO:teuthology.orchestra.run.smithi193.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.6 MB/s | 548 kB 00:00 2024-04-14T15:33:47.695 INFO:teuthology.orchestra.run.smithi193.stdout:(8/12): grpc-data-1.46.7-10.el9.noarch.rpm 116 kB/s | 19 kB 00:00 2024-04-14T15:33:47.754 INFO:teuthology.orchestra.run.smithi193.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2024-04-14T15:33:47.770 INFO:teuthology.orchestra.run.smithi193.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 408 kB/s | 31 kB 00:00 2024-04-14T15:33:47.829 INFO:teuthology.orchestra.run.smithi193.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.5 MB/s | 188 kB 00:00 2024-04-14T15:33:47.929 INFO:teuthology.orchestra.run.smithi193.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.9 MB/s | 2.0 MB 00:00 2024-04-14T15:33:47.932 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:47.932 INFO:teuthology.orchestra.run.smithi193.stdout:Total 3.1 MB/s | 8.6 MB 00:02 2024-04-14T15:33:47.985 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:33:48.003 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:33:48.003 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:33:48.161 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T15:33:48.161 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 1/12 2024-04-14T15:33:48.161 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-14T15:33:48.162 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-14T15:33:48.162 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-14T15:33:48.162 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-14T15:33:48.162 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-14T15:33:48.162 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-14T15:33:48.162 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-14T15:33:48.162 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-14T15:33:48.162 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T15:33:48.162 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-14T15:33:48.177 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:33:48.178 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:33:48.303 INFO:teuthology.orchestra.run.smithi192.stdout:(2/2): ceph-fuse-19.0.0-2778.ga971fd5f.el9.x86_ 621 kB/s | 891 kB 00:01 2024-04-14T15:33:48.304 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:48.304 INFO:teuthology.orchestra.run.smithi192.stdout:Total 573 kB/s | 971 kB 00:01 2024-04-14T15:33:48.317 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:48.341 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:48.341 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:48.421 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:48.421 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:48.606 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:48.688 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-14T15:33:48.688 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:48.688 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:33:48.688 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:48.688 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-14T15:33:48.688 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-14T15:33:48.688 INFO:teuthology.orchestra.run.smithi037.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-14T15:33:48.688 INFO:teuthology.orchestra.run.smithi037.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-14T15:33:48.689 INFO:teuthology.orchestra.run.smithi037.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-14T15:33:48.689 INFO:teuthology.orchestra.run.smithi037.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-14T15:33:48.689 INFO:teuthology.orchestra.run.smithi037.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-14T15:33:48.689 INFO:teuthology.orchestra.run.smithi037.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-14T15:33:48.689 INFO:teuthology.orchestra.run.smithi037.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-14T15:33:48.689 INFO:teuthology.orchestra.run.smithi037.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-14T15:33:48.689 INFO:teuthology.orchestra.run.smithi037.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-14T15:33:48.689 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:48.689 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:33:48.709 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:33:48.746 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-14T15:33:48.812 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T15:33:48.814 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-14T15:33:48.849 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-14T15:33:48.894 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-14T15:33:48.925 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-14T15:33:49.034 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-14T15:33:49.080 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr-rook 2024-04-14T15:33:49.159 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-14T15:33:49.261 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-14T15:33:49.305 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-14T15:33:49.334 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-14T15:33:49.366 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 10/12 2024-04-14T15:33:49.566 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T15:33:49.566 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/2 2024-04-14T15:33:49.697 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:32 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:33:49.901 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-14T15:33:49.901 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:49.901 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:49.901 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-14T15:33:49.901 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:49.901 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:50.003 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:33:50.004 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:33:50.004 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:33:50.004 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.004 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:33:50.004 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.004 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:33:50.004 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.004 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:33:50.004 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.005 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:33:50.006 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:33:50.007 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:33:50.008 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:33:50.009 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.010 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.011 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:50.012 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.012 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.012 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.012 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.012 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:50.012 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.012 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.013 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.014 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:50.077 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-rook noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 49 k 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-14T15:33:50.079 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout:Install 13 Packages 2024-04-14T15:33:50.080 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:50.081 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 2.2 M 2024-04-14T15:33:50.081 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 26 M 2024-04-14T15:33:50.081 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:33:50.207 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-volume 2024-04-14T15:33:50.425 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 11/12 2024-04-14T15:33:50.458 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T15:33:50.819 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:47 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:51.106 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:51.106 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:51.107 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.108 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.109 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:51.110 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:51.111 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:51.112 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.113 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.114 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:51.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.115 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:51.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.115 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:51.175 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:51.175 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:51.175 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 264 k 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout:Install 2 Packages 2024-04-14T15:33:51.176 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:51.177 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 341 k 2024-04-14T15:33:51.177 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 1.5 M 2024-04-14T15:33:51.177 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:51.277 INFO:teuthology.orchestra.run.smithi037.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 33 kB/s | 19 kB 00:00 2024-04-14T15:33:51.302 INFO:teuthology.orchestra.run.smithi037.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 42 kB/s | 26 kB 00:00 2024-04-14T15:33:51.336 INFO:teuthology.orchestra.run.smithi037.stdout:(3/13): ceph-mgr-rook-19.0.0-2778.ga971fd5f.el9 77 kB/s | 49 kB 00:00 2024-04-14T15:33:51.340 INFO:teuthology.orchestra.run.smithi192.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 1.3 MB/s | 77 kB 00:00 2024-04-14T15:33:51.740 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 12/12 2024-04-14T15:33:51.741 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el 1/12 2024-04-14T15:33:51.741 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noa 2/12 2024-04-14T15:33:51.741 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9 3/12 2024-04-14T15:33:51.741 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-14T15:33:51.741 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-14T15:33:51.741 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-14T15:33:51.741 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-14T15:33:51.741 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-14T15:33:51.741 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-14T15:33:51.742 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-14T15:33:51.742 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-14T15:33:51.782 INFO:teuthology.orchestra.run.smithi192.stdout:(2/2): ceph-volume-19.0.0-2778.ga971fd5f.el9.no 525 kB/s | 264 kB 00:00 2024-04-14T15:33:51.783 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:51.783 INFO:teuthology.orchestra.run.smithi192.stdout:Total 561 kB/s | 341 kB 00:00 2024-04-14T15:33:51.795 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:51.804 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:51.804 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:51.844 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:51.845 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:51.996 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:52.116 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-14T15:33:52.116 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:52.116 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:33:52.116 INFO:teuthology.orchestra.run.smithi193.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-14T15:33:52.116 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-grafana-dashboards-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:52.116 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-dashboard-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:52.116 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-prometheus-alerts-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:52.116 INFO:teuthology.orchestra.run.smithi193.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-14T15:33:52.116 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-14T15:33:52.117 INFO:teuthology.orchestra.run.smithi193.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-14T15:33:52.117 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-14T15:33:52.117 INFO:teuthology.orchestra.run.smithi193.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-14T15:33:52.117 INFO:teuthology.orchestra.run.smithi193.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-14T15:33:52.117 INFO:teuthology.orchestra.run.smithi193.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-14T15:33:52.117 INFO:teuthology.orchestra.run.smithi193.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-14T15:33:52.117 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:52.117 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:33:52.145 INFO:teuthology.orchestra.run.smithi037.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 188 kB/s | 159 kB 00:00 2024-04-14T15:33:52.178 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-14T15:33:52.211 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T15:33:52.229 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T15:33:52.229 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:33:52.229 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-14T15:33:52.229 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:52.253 INFO:teuthology.orchestra.run.smithi037.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 228 kB/s | 222 kB 00:00 2024-04-14T15:33:52.362 INFO:teuthology.orchestra.run.smithi037.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 272 kB/s | 279 kB 00:01 2024-04-14T15:33:52.393 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-14T15:33:52.404 INFO:teuthology.orchestra.run.smithi037.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 215 kB/s | 32 kB 00:00 2024-04-14T15:33:52.454 INFO:teuthology.orchestra.run.smithi037.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 164 kB/s | 15 kB 00:00 2024-04-14T15:33:52.521 INFO:teuthology.orchestra.run.smithi037.stdout:(9/13): python3-google-auth-2.28.2-1.el9.noarch 2.2 MB/s | 203 kB 00:00 2024-04-14T15:33:52.580 INFO:teuthology.orchestra.run.smithi037.stdout:(10/13): python3-kubernetes-26.1.0-2.el9.noarch 8.2 MB/s | 1.0 MB 00:00 2024-04-14T15:33:52.605 INFO:teuthology.orchestra.run.smithi037.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 729 kB/s | 59 kB 00:00 2024-04-14T15:33:52.621 INFO:teuthology.orchestra.run.smithi037.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 2.1 MB/s | 90 kB 00:00 2024-04-14T15:33:52.880 INFO:teuthology.orchestra.run.smithi037.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 73 kB/s | 54 kB 00:00 2024-04-14T15:33:52.882 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:52.883 INFO:teuthology.orchestra.run.smithi037.stdout:Total 803 kB/s | 2.2 MB 00:02 2024-04-14T15:33:52.955 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:33:52.972 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:33:52.972 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:33:52.993 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:01:24 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:33:53.074 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:33:53.076 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:33:53.079 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 1/2 2024-04-14T15:33:53.281 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.282 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:33:53.283 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.284 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:33:53.285 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:33:53.286 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.287 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.288 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.289 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.290 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:53.351 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:33:53.370 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================= 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================= 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 7.4 M 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-14T15:33:53.371 INFO:teuthology.orchestra.run.smithi193.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout:======================================================================================= 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout:Install 12 Packages 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 38 M 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 209 M 2024-04-14T15:33:53.372 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:33:53.434 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-14T15:33:53.434 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:53.434 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:53.434 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:53.434 INFO:teuthology.orchestra.run.smithi192.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-14T15:33:53.434 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:53.434 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:53.602 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:33:53.784 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados-devel 2024-04-14T15:33:53.802 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-14T15:33:53.866 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-14T15:33:53.923 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-14T15:33:53.958 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-14T15:33:53.999 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-14T15:33:54.096 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-14T15:33:54.113 INFO:teuthology.orchestra.run.smithi193.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 360 kB/s | 195 kB 00:00 2024-04-14T15:33:54.213 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-14T15:33:54.268 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-14T15:33:54.330 INFO:teuthology.orchestra.run.smithi193.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-04-14T15:33:54.402 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:51 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:54.692 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.693 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.694 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.695 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:54.696 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.697 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.698 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.699 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.700 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:54.701 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.702 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.703 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.703 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.703 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:54.703 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.703 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.703 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.703 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:54.705 INFO:teuthology.orchestra.run.smithi193.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 55 kB/s | 33 kB 00:00 2024-04-14T15:33:54.761 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:54.762 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:54.762 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-14T15:33:54.762 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:54.762 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:54.762 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 127 k 2024-04-14T15:33:54.763 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:54.763 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:54.763 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:54.763 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-14T15:33:54.763 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:54.763 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 127 k 2024-04-14T15:33:54.763 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 456 k 2024-04-14T15:33:54.763 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:55.029 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-14T15:33:55.081 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-14T15:33:55.088 INFO:teuthology.orchestra.run.smithi192.stdout:librados-devel-19.0.0-2778.ga971fd5f.el9.x86_64 390 kB/s | 127 kB 00:00 2024-04-14T15:33:55.089 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:55.089 INFO:teuthology.orchestra.run.smithi192.stdout:Total 388 kB/s | 127 kB 00:00 2024-04-14T15:33:55.089 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:55.094 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:55.094 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:55.114 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-14T15:33:55.154 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:55.155 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:55.163 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-14T15:33:55.192 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T15:33:55.222 INFO:teuthology.orchestra.run.smithi193.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 35 kB/s | 18 kB 00:00 2024-04-14T15:33:55.347 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:55.364 INFO:teuthology.orchestra.run.smithi193.stdout:(5/12): ceph-mgr-diskprediction-local-19.0.0-27 4.1 MB/s | 7.4 MB 00:01 2024-04-14T15:33:55.445 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:33:55.905 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:33:55.906 INFO:teuthology.orchestra.run.smithi193.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 52 kB/s | 35 kB 00:00 2024-04-14T15:33:56.006 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T15:33:56.006 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 1/13 2024-04-14T15:33:56.006 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-14T15:33:56.007 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-14T15:33:56.200 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:33:56.200 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:56.200 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:56.200 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:56.201 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:56.201 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:56.385 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-14T15:33:56.386 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-14T15:33:56.387 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-14T15:33:56.387 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-14T15:33:56.387 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-14T15:33:56.387 INFO:teuthology.orchestra.run.smithi037.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-14T15:33:56.387 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:56.387 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:33:56.438 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs2 2024-04-14T15:33:56.643 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-mgr-cephadm 2024-04-14T15:33:56.848 INFO:teuthology.orchestra.run.smithi193.stdout:(7/12): python3-devel-3.9.17-2.el9.x86_64.rpm 261 kB/s | 245 kB 00:00 2024-04-14T15:33:57.042 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:54 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:57.250 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:40 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:33:57.332 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.333 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.334 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:57.335 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:57.336 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.337 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:57.337 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.337 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:57.337 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.337 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:57.337 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.337 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.340 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:57.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.343 INFO:teuthology.orchestra.run.smithi192.stdout:Package libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:33:57.398 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:57.399 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-14T15:33:57.400 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:57.469 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install libcephfs-devel 2024-04-14T15:33:57.552 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:33:57.552 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:33:57.552 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:33:57.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.554 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.555 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.556 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.557 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.558 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.559 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.561 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:57.626 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:33:57.627 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:57.627 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:33:57.627 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:57.627 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:33:57.627 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 141 k 2024-04-14T15:33:57.627 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:33:57.627 INFO:teuthology.orchestra.run.smithi037.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-14T15:33:57.627 INFO:teuthology.orchestra.run.smithi037.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-14T15:33:57.627 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-14T15:33:57.628 INFO:teuthology.orchestra.run.smithi037.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-14T15:33:57.628 INFO:teuthology.orchestra.run.smithi037.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-14T15:33:57.628 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:57.628 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:33:57.628 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:33:57.628 INFO:teuthology.orchestra.run.smithi037.stdout:Install 6 Packages 2024-04-14T15:33:57.628 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:33:57.629 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 7.0 M 2024-04-14T15:33:57.629 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 33 M 2024-04-14T15:33:57.629 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:33:58.069 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:55 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:33:58.156 INFO:teuthology.orchestra.run.smithi037.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-04-14T15:33:58.192 INFO:teuthology.orchestra.run.smithi037.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2778.ga971fd5f.e 701 kB/s | 141 kB 00:00 2024-04-14T15:33:58.358 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:33:58.358 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.359 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.360 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.361 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:33:58.362 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.362 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:33:58.362 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.362 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:33:58.362 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.362 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:33:58.362 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.362 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:33:58.362 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.363 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.364 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.365 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.366 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.366 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.366 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:33:58.366 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.366 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.366 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.366 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.366 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.367 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.368 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.368 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:33:58.368 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.368 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.368 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.368 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:33:58.368 INFO:teuthology.orchestra.run.smithi037.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 406 kB/s | 58 kB 00:00 2024-04-14T15:33:58.409 INFO:teuthology.orchestra.run.smithi037.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.1 MB/s | 548 kB 00:00 2024-04-14T15:33:58.425 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:33:58.426 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:58.426 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-14T15:33:58.426 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:58.426 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:33:58.426 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 32 k 2024-04-14T15:33:58.427 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:58.427 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:33:58.427 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:33:58.427 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-14T15:33:58.427 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:58.428 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 32 k 2024-04-14T15:33:58.428 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 142 k 2024-04-14T15:33:58.428 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:33:58.434 INFO:teuthology.orchestra.run.smithi037.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 679 kB/s | 51 kB 00:00 2024-04-14T15:33:58.640 INFO:teuthology.orchestra.run.smithi193.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 710 kB/s | 3.0 MB 00:04 2024-04-14T15:33:58.651 INFO:teuthology.orchestra.run.smithi037.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 9.0 MB/s | 6.0 MB 00:00 2024-04-14T15:33:58.654 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:58.654 INFO:teuthology.orchestra.run.smithi037.stdout:Total 6.8 MB/s | 7.0 MB 00:01 2024-04-14T15:33:58.674 INFO:teuthology.orchestra.run.smithi192.stdout:libcephfs-devel-19.0.0-2778.ga971fd5f.el9.x86_6 128 kB/s | 32 kB 00:00 2024-04-14T15:33:58.675 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:33:58.675 INFO:teuthology.orchestra.run.smithi192.stdout:Total 127 kB/s | 32 kB 00:00 2024-04-14T15:33:58.675 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:33:58.679 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:33:58.679 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:33:58.708 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:33:58.709 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:33:58.726 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:33:58.738 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:33:58.738 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:33:58.806 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:33:58.845 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:33:58.846 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:33:58.922 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:33:59.163 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:33:59.283 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:33:59.339 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-14T15:33:59.403 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-14T15:33:59.556 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:33:59.556 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:59.556 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:33:59.556 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:33:59.556 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:33:59.556 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:33:59.648 INFO:teuthology.orchestra.run.smithi193.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 249 kB/s | 250 kB 00:01 2024-04-14T15:33:59.746 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librados2 2024-04-14T15:33:59.955 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-14T15:34:00.040 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-14T15:34:00.102 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-14T15:34:00.131 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T15:34:00.343 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:57 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:34:00.631 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:34:00.631 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:34:00.631 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:34:00.631 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.632 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.633 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.634 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.635 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:34:00.636 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.637 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.638 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.639 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.640 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:00.641 INFO:teuthology.orchestra.run.smithi192.stdout:Package librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:00.700 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:34:00.701 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-14T15:34:00.701 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:34:00.773 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install librbd1 2024-04-14T15:34:00.886 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T15:34:00.887 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/6 2024-04-14T15:34:00.887 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-14T15:34:00.887 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-14T15:34:00.887 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-14T15:34:00.887 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-14T15:34:01.216 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-14T15:34:01.216 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:01.216 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:34:01.216 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:34:01.216 INFO:teuthology.orchestra.run.smithi037.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-14T15:34:01.216 INFO:teuthology.orchestra.run.smithi037.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-14T15:34:01.216 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-14T15:34:01.216 INFO:teuthology.orchestra.run.smithi037.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-14T15:34:01.217 INFO:teuthology.orchestra.run.smithi037.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-14T15:34:01.217 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:01.217 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:01.370 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:58 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:34:01.463 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-fuse 2024-04-14T15:34:01.660 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.661 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:34:01.662 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.663 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.664 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:34:01.665 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.666 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.667 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.668 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.669 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:01.670 INFO:teuthology.orchestra.run.smithi192.stdout:Package librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:01.731 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:34:01.732 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-14T15:34:01.732 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:34:01.810 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rados 2024-04-14T15:34:02.069 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:45 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:02.372 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:02.372 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:02.372 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:02.373 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:02.374 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:02.375 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.376 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:02.376 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.376 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:02.376 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.376 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:02.376 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.376 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:02.376 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.377 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:02.378 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.379 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.380 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:02.381 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.382 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.383 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.383 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.412 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:59 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:34:02.431 INFO:teuthology.orchestra.run.smithi193.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 687 kB/s | 4.7 MB 00:07 2024-04-14T15:34:02.446 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:02.447 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:02.447 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:34:02.447 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:02.447 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:34:02.447 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 891 k 2024-04-14T15:34:02.447 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:34:02.447 INFO:teuthology.orchestra.run.smithi037.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-14T15:34:02.447 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:02.448 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:34:02.448 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:02.448 INFO:teuthology.orchestra.run.smithi037.stdout:Install 2 Packages 2024-04-14T15:34:02.448 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:02.448 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 971 k 2024-04-14T15:34:02.448 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 2.8 M 2024-04-14T15:34:02.448 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:34:02.705 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:34:02.705 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:34:02.705 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:34:02.706 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.706 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:34:02.706 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.706 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:34:02.706 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.706 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:34:02.706 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.706 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:34:02.706 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.707 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:34:02.707 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.707 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:34:02.707 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.707 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:34:02.707 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.707 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:34:02.707 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:34:02.708 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:34:02.709 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.710 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:34:02.710 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.710 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:34:02.710 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.710 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:34:02.710 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.710 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:34:02.710 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.711 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:02.712 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.713 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.714 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.715 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:02.716 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:02.774 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:34:02.775 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-14T15:34:02.775 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:34:02.851 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rgw 2024-04-14T15:34:02.869 INFO:teuthology.orchestra.run.smithi037.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 517 kB/s | 80 kB 00:00 2024-04-14T15:34:03.224 INFO:teuthology.orchestra.run.smithi037.stdout:(2/2): ceph-fuse-19.0.0-2778.ga971fd5f.el9.x86_ 1.7 MB/s | 891 kB 00:00 2024-04-14T15:34:03.225 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:03.225 INFO:teuthology.orchestra.run.smithi037.stdout:Total 1.2 MB/s | 971 kB 00:00 2024-04-14T15:34:03.237 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:34:03.259 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:34:03.260 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:34:03.340 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:34:03.340 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:34:03.465 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:00 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:34:03.533 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:34:03.675 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-14T15:34:03.746 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T15:34:03.752 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:34:03.752 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:34:03.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:34:03.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.757 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.758 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.759 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.760 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.761 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:03.762 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:03.819 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:34:03.820 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-14T15:34:03.820 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:34:03.892 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-cephfs 2024-04-14T15:34:04.435 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T15:34:04.435 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/2 2024-04-14T15:34:04.490 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:01 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:34:04.531 INFO:teuthology.orchestra.run.smithi193.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 679 kB/s | 5.1 MB 00:07 2024-04-14T15:34:04.759 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-14T15:34:04.759 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:04.759 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:34:04.759 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-14T15:34:04.760 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:04.760 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:04.782 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:34:04.782 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:34:04.782 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:34:04.782 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.782 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:34:04.782 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.782 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.783 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.784 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.785 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:34:04.786 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.786 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:34:04.786 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.786 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:34:04.786 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.787 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:34:04.788 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.789 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.790 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.791 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.791 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.791 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:04.791 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.791 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.791 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.792 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.793 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.793 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:04.793 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.793 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.793 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.793 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:04.793 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:04.849 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:34:04.850 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-14T15:34:04.850 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:34:04.935 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install python3-rbd 2024-04-14T15:34:05.099 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-volume 2024-04-14T15:34:05.529 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:02 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:34:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:48 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:05.816 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.817 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:34:05.818 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:34:05.819 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:34:05.820 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.821 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.822 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.823 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:05.825 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.825 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.825 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.826 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.827 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:05.828 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.828 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.828 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.828 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:05.828 INFO:teuthology.orchestra.run.smithi192.stdout:Package python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:05.885 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:34:05.885 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2024-04-14T15:34:05.885 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:34:05.955 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-fuse 2024-04-14T15:34:06.033 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:06.033 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:06.033 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:06.033 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.033 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:06.034 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.035 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:06.036 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:06.037 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:06.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:06.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:06.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.038 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:06.038 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:06.039 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.040 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:06.041 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.042 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.106 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:06.106 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-volume noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 264 k 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout:Install 2 Packages 2024-04-14T15:34:06.107 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:06.108 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 341 k 2024-04-14T15:34:06.108 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 1.5 M 2024-04-14T15:34:06.108 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:34:06.553 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:03 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:34:06.599 INFO:teuthology.orchestra.run.smithi037.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 365 kB/s | 77 kB 00:00 2024-04-14T15:34:06.807 INFO:teuthology.orchestra.run.smithi037.stdout:(2/2): ceph-volume-19.0.0-2778.ga971fd5f.el9.no 628 kB/s | 264 kB 00:00 2024-04-14T15:34:06.808 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:06.809 INFO:teuthology.orchestra.run.smithi037.stdout:Total 486 kB/s | 341 kB 00:00 2024-04-14T15:34:06.820 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:34:06.830 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:34:06.831 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.844 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:34:06.845 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:34:06.846 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:34:06.847 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:34:06.848 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:06.849 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:06.850 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.851 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.852 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.853 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.853 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:06.872 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:34:06.872 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:34:06.912 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:34:06.912 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 85 k 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 85 k 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 231 k 2024-04-14T15:34:06.913 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:34:07.027 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:34:07.194 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-fuse-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 304 kB/s | 85 kB 00:00 2024-04-14T15:34:07.195 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:07.195 INFO:teuthology.orchestra.run.smithi192.stdout:Total 302 kB/s | 85 kB 00:00 2024-04-14T15:34:07.195 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:34:07.202 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:34:07.202 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:34:07.255 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-14T15:34:07.262 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:34:07.263 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:34:07.285 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T15:34:07.301 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T15:34:07.301 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:34:07.301 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-14T15:34:07.301 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:07.402 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:34:07.501 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:07.898 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:08.012 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 1/2 2024-04-14T15:34:08.197 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:08.197 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:08.197 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:34:08.197 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:08.197 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:08.197 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:34:08.390 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-14T15:34:08.390 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:08.390 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:34:08.390 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:34:08.390 INFO:teuthology.orchestra.run.smithi037.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-14T15:34:08.390 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:08.390 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:08.435 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-mirror 2024-04-14T15:34:08.696 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install librados-devel 2024-04-14T15:34:09.046 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:06 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:34:09.310 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:52 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:09.337 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:34:09.337 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:34:09.337 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:34:09.337 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.337 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:34:09.337 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:34:09.338 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.339 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.340 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.341 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:34:09.342 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.343 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.344 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.345 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.346 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.347 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.347 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.404 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:34:09.405 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:34:09.405 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-04-14T15:34:09.405 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:34:09.405 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:34:09.405 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T15:34:09.405 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:09.405 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:34:09.405 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:34:09.406 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-14T15:34:09.406 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:09.406 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 3.1 M 2024-04-14T15:34:09.406 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 13 M 2024-04-14T15:34:09.406 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:34:09.613 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:09.613 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:09.613 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:09.613 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.613 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:09.613 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.613 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:09.613 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.614 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:09.615 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:09.616 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.617 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:09.618 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.619 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.620 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.621 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.622 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:09.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.622 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:09.686 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:09.686 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repo Size 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout: librados-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 127 k 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 127 k 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 456 k 2024-04-14T15:34:09.687 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:34:09.822 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-mirror-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 7.4 MB/s | 3.1 MB 00:00 2024-04-14T15:34:09.822 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:09.823 INFO:teuthology.orchestra.run.smithi192.stdout:Total 7.4 MB/s | 3.1 MB 00:00 2024-04-14T15:34:09.823 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:34:09.832 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:34:09.832 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:34:09.896 INFO:teuthology.orchestra.run.smithi037.stdout:librados-devel-19.0.0-2778.ga971fd5f.el9.x86_64 608 kB/s | 127 kB 00:00 2024-04-14T15:34:09.896 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:09.896 INFO:teuthology.orchestra.run.smithi037.stdout:Total 604 kB/s | 127 kB 00:00 2024-04-14T15:34:09.897 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:34:09.902 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:34:09.902 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:34:09.908 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:34:09.908 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:34:09.965 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:34:09.965 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:34:10.151 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:34:10.264 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:10.333 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:34:10.397 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:10.422 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:10.422 INFO:teuthology.orchestra.run.smithi192.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:34:10.422 INFO:teuthology.orchestra.run.smithi192.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-14T15:34:10.423 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T15:34:10.423 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T15:34:10.423 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:10.700 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:11.023 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:11.023 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:11.023 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:34:11.023 INFO:teuthology.orchestra.run.smithi037.stdout: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:11.023 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:11.023 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:11.247 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install libcephfs2 2024-04-14T15:34:11.574 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:11.574 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:11.574 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:34:11.574 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:11.574 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:11.574 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:34:11.855 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install rbd-nbd 2024-04-14T15:34:11.857 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:54 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:12.166 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:12.166 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:12.166 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:12.166 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.167 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:12.168 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:12.169 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.170 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:12.171 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.172 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.173 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.174 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.175 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.176 INFO:teuthology.orchestra.run.smithi037.stdout:Package libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:12.237 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:12.239 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-14T15:34:12.239 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:12.289 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install libcephfs-devel 2024-04-14T15:34:12.459 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:02:09 ago on Sun 14 Apr 2024 03:32:03 PM UTC. 2024-04-14T15:34:12.747 INFO:teuthology.orchestra.run.smithi192.stderr:Modular dependency problems: 2024-04-14T15:34:12.747 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:34:12.747 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 1: conflicting requests 2024-04-14T15:34:12.747 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.747 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 2: conflicting requests 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 3: conflicting requests 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 4: conflicting requests 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 5: conflicting requests 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 6: conflicting requests 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 7: conflicting requests 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 8: conflicting requests 2024-04-14T15:34:12.748 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 9: conflicting requests 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 10: conflicting requests 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 11: conflicting requests 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 12: conflicting requests 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 13: conflicting requests 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 14: conflicting requests 2024-04-14T15:34:12.749 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 15: conflicting requests 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 16: conflicting requests 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 17: conflicting requests 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 18: conflicting requests 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 19: conflicting requests 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 20: conflicting requests 2024-04-14T15:34:12.750 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 21: conflicting requests 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 22: conflicting requests 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 23: conflicting requests 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 24: conflicting requests 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 25: conflicting requests 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 26: conflicting requests 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 27: conflicting requests 2024-04-14T15:34:12.751 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 28: conflicting requests 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 29: conflicting requests 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 30: conflicting requests 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 31: conflicting requests 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 32: conflicting requests 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 33: conflicting requests 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 34: conflicting requests 2024-04-14T15:34:12.752 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 35: conflicting requests 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 36: conflicting requests 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 37: conflicting requests 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.753 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 39: conflicting requests 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.754 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.755 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.756 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:12.818 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-04-14T15:34:12.818 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:34:12.818 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-04-14T15:34:12.818 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:34:12.818 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-04-14T15:34:12.818 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 170 k 2024-04-14T15:34:12.819 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:12.819 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-04-14T15:34:12.819 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-04-14T15:34:12.819 INFO:teuthology.orchestra.run.smithi192.stdout:Install 1 Package 2024-04-14T15:34:12.819 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:12.819 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 170 k 2024-04-14T15:34:12.819 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 494 k 2024-04-14T15:34:12.819 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-04-14T15:34:12.897 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:55 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:13.167 INFO:teuthology.orchestra.run.smithi192.stdout:rbd-nbd-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 487 kB/s | 170 kB 00:00 2024-04-14T15:34:13.168 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:13.168 INFO:teuthology.orchestra.run.smithi192.stdout:Total 485 kB/s | 170 kB 00:00 2024-04-14T15:34:13.168 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-04-14T15:34:13.175 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-04-14T15:34:13.175 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-04-14T15:34:13.208 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:13.208 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:13.208 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:13.208 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.208 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:13.208 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.208 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:13.209 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.210 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.211 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:13.212 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.213 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:13.214 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:13.215 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.216 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.217 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:13.236 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-04-14T15:34:13.236 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-04-14T15:34:13.278 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:13.279 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:13.279 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repo Size 2024-04-14T15:34:13.279 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:13.279 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:34:13.279 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 32 k 2024-04-14T15:34:13.279 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:13.280 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:34:13.280 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:13.280 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-14T15:34:13.280 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:13.280 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 32 k 2024-04-14T15:34:13.280 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 142 k 2024-04-14T15:34:13.280 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:34:13.385 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-04-14T15:34:13.449 INFO:teuthology.orchestra.run.smithi037.stdout:libcephfs-devel-19.0.0-2778.ga971fd5f.el9.x86_6 188 kB/s | 32 kB 00:00 2024-04-14T15:34:13.449 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:13.449 INFO:teuthology.orchestra.run.smithi037.stdout:Total 187 kB/s | 32 kB 00:00 2024-04-14T15:34:13.450 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:34:13.453 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:34:13.453 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:34:13.481 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:13.484 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:34:13.485 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:34:13.570 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:34:13.700 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:13.951 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:14.065 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:14.289 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:14.289 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:14.290 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-04-14T15:34:14.290 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:14.290 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-04-14T15:34:14.290 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-04-14T15:34:14.359 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:14.359 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:14.359 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:34:14.359 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:14.359 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:14.359 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:14.523 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install librados2 2024-04-14T15:34:14.534 DEBUG:teuthology.parallel:result is None 2024-04-14T15:34:15.133 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:58 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:15.437 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:15.438 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:15.439 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.440 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:15.441 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.442 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.443 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.444 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.445 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.446 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.447 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.447 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:15.447 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.447 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.447 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.447 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:15.447 INFO:teuthology.orchestra.run.smithi037.stdout:Package librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:15.510 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:15.512 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-14T15:34:15.512 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:15.576 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install librbd1 2024-04-14T15:34:16.185 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:59 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:16.494 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.495 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:16.496 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:16.497 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:16.498 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.499 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:16.500 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.501 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.502 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.503 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:16.504 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.504 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.504 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.504 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.504 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:16.504 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.504 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.504 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.504 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:16.505 INFO:teuthology.orchestra.run.smithi037.stdout:Package librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:16.568 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:16.569 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-14T15:34:16.569 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:16.630 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install python3-rados 2024-04-14T15:34:17.239 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:00 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:17.541 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:17.542 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:17.542 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:17.542 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.542 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:17.542 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.542 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:17.542 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:17.543 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:17.544 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:17.545 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:17.546 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.547 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:17.548 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.548 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:17.548 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.548 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:17.548 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.548 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:17.548 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.548 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:17.549 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.549 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:17.549 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.549 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:17.549 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.549 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.550 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.550 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:17.550 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.550 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.550 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.551 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.551 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:17.551 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.551 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.551 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.551 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.551 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.551 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.551 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:17.552 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.552 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.552 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.552 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.552 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:17.552 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.552 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.552 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.552 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.553 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:17.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.553 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:17.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.553 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.554 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.555 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:17.555 INFO:teuthology.orchestra.run.smithi037.stdout:Package python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:17.613 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:17.614 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-14T15:34:17.614 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:17.677 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install python3-rgw 2024-04-14T15:34:18.284 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:01 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:18.589 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:18.589 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:18.589 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:18.589 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.589 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.590 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:18.591 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.592 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.593 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:18.594 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.595 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:18.595 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.595 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:18.595 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.595 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:18.595 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.596 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:18.596 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.596 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:18.596 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.597 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:18.597 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.597 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:18.597 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.597 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.598 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.598 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:18.598 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.598 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.598 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.598 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.599 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:18.599 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.599 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.599 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.599 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.599 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.600 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.600 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:18.600 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.600 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.600 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.600 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.601 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:18.601 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.601 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.601 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.601 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.601 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:18.602 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.602 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.602 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.602 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.602 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:18.603 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.603 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.603 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.603 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.603 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:18.604 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.604 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.604 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.604 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.604 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:18.604 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.605 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.605 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.605 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:18.606 INFO:teuthology.orchestra.run.smithi037.stdout:Package python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:18.660 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:18.661 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-14T15:34:18.662 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:18.730 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install python3-cephfs 2024-04-14T15:34:19.335 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:02 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:19.637 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:19.638 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.639 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:19.640 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:19.641 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.642 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.643 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.644 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.645 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.646 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.647 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:19.647 INFO:teuthology.orchestra.run.smithi037.stdout:Package python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:19.710 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:19.711 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-14T15:34:19.711 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:19.772 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install python3-rbd 2024-04-14T15:34:20.378 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:03 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:20.686 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:20.686 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:20.686 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:20.686 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.686 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:20.686 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.687 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:20.688 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:20.689 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.690 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:20.691 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.691 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:20.691 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.691 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:20.691 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.691 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:20.691 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.691 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:20.691 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:20.692 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.693 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:20.694 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.695 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.696 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:20.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.696 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:20.696 INFO:teuthology.orchestra.run.smithi037.stdout:Package python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:20.759 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:20.759 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-04-14T15:34:20.759 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:20.838 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install rbd-fuse 2024-04-14T15:34:21.446 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:04 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:21.750 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:21.750 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:21.750 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:21.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.750 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:21.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.750 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:21.750 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.751 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:21.752 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.753 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:21.753 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.753 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:21.753 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.753 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:21.753 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.753 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:21.753 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.753 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.754 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:21.755 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.756 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.757 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:21.758 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.758 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.758 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.758 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.758 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:21.758 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.758 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.758 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.758 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.759 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:21.759 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.759 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.759 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.760 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.761 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.761 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:21.822 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:21.823 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:21.823 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-04-14T15:34:21.823 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:21.823 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:34:21.823 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 85 k 2024-04-14T15:34:21.824 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:21.824 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:34:21.824 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:21.824 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-14T15:34:21.824 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:21.824 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 85 k 2024-04-14T15:34:21.824 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 231 k 2024-04-14T15:34:21.824 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:34:21.913 INFO:teuthology.orchestra.run.smithi193.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 747 kB/s | 16 MB 00:22 2024-04-14T15:34:21.914 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:21.914 INFO:teuthology.orchestra.run.smithi193.stdout:Total 1.3 MB/s | 38 MB 00:28 2024-04-14T15:34:22.110 INFO:teuthology.orchestra.run.smithi037.stdout:rbd-fuse-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 297 kB/s | 85 kB 00:00 2024-04-14T15:34:22.111 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:22.111 INFO:teuthology.orchestra.run.smithi037.stdout:Total 296 kB/s | 85 kB 00:00 2024-04-14T15:34:22.111 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:34:22.118 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:34:22.119 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:34:22.181 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:34:22.182 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:34:22.265 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:34:22.294 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:34:22.294 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:34:22.329 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:34:22.437 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:22.714 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:34:22.715 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:34:22.838 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:23.126 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:23.127 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:23.127 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:34:23.127 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:23.127 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:23.127 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:23.344 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install rbd-mirror 2024-04-14T15:34:23.469 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:34:23.535 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-14T15:34:23.577 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-14T15:34:23.677 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-14T15:34:23.728 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-14T15:34:23.907 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-14T15:34:23.944 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-14T15:34:23.953 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:06 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:24.021 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-14T15:34:24.255 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.256 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.257 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:24.258 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:24.259 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:24.260 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.261 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:24.262 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.263 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.264 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.265 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.265 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:24.327 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:24.327 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repo Size 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-mirror x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 3.1 M 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 13 M 2024-04-14T15:34:24.328 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:34:24.662 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-14T15:34:24.783 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-14T15:34:25.221 INFO:teuthology.orchestra.run.smithi037.stdout:rbd-mirror-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 3.5 MB/s | 3.1 MB 00:00 2024-04-14T15:34:25.221 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:25.222 INFO:teuthology.orchestra.run.smithi037.stdout:Total 3.5 MB/s | 3.1 MB 00:00 2024-04-14T15:34:25.222 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:34:25.232 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:34:25.232 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:34:25.314 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:34:25.314 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:34:25.766 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:34:25.830 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:25.854 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:25.854 INFO:teuthology.orchestra.run.smithi037.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:34:25.854 INFO:teuthology.orchestra.run.smithi037.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-14T15:34:25.854 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T15:34:25.854 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T15:34:25.854 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:26.009 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T15:34:26.999 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:27.000 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:27.000 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:34:27.000 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:27.000 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:27.000 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:27.036 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-14T15:34:27.070 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T15:34:27.263 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install rbd-nbd 2024-04-14T15:34:27.876 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:10 ago on Sun 14 Apr 2024 03:32:17 PM UTC. 2024-04-14T15:34:28.181 INFO:teuthology.orchestra.run.smithi037.stderr:Modular dependency problems: 2024-04-14T15:34:28.181 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:34:28.181 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 1: conflicting requests 2024-04-14T15:34:28.181 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.181 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 2: conflicting requests 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 3: conflicting requests 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 4: conflicting requests 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 5: conflicting requests 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 6: conflicting requests 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 7: conflicting requests 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.182 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 8: conflicting requests 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 9: conflicting requests 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 10: conflicting requests 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 11: conflicting requests 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 12: conflicting requests 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 13: conflicting requests 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 14: conflicting requests 2024-04-14T15:34:28.183 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 15: conflicting requests 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 16: conflicting requests 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 17: conflicting requests 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 18: conflicting requests 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 19: conflicting requests 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 20: conflicting requests 2024-04-14T15:34:28.184 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 21: conflicting requests 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 22: conflicting requests 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 23: conflicting requests 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 24: conflicting requests 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 25: conflicting requests 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 26: conflicting requests 2024-04-14T15:34:28.185 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 27: conflicting requests 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 28: conflicting requests 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 29: conflicting requests 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 30: conflicting requests 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 31: conflicting requests 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 32: conflicting requests 2024-04-14T15:34:28.186 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 33: conflicting requests 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 34: conflicting requests 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 35: conflicting requests 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 36: conflicting requests 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 37: conflicting requests 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.187 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 39: conflicting requests 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.188 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.189 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.190 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.191 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.191 INFO:teuthology.orchestra.run.smithi037.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:28.191 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.191 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.191 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.191 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:28.253 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-04-14T15:34:28.254 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:28.254 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-04-14T15:34:28.254 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:28.254 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-04-14T15:34:28.254 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-nbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 170 k 2024-04-14T15:34:28.254 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:28.254 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-04-14T15:34:28.254 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-04-14T15:34:28.254 INFO:teuthology.orchestra.run.smithi037.stdout:Install 1 Package 2024-04-14T15:34:28.255 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:28.255 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 170 k 2024-04-14T15:34:28.255 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 494 k 2024-04-14T15:34:28.255 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-04-14T15:34:28.482 INFO:teuthology.orchestra.run.smithi037.stdout:rbd-nbd-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 750 kB/s | 170 kB 00:00 2024-04-14T15:34:28.483 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:28.483 INFO:teuthology.orchestra.run.smithi037.stdout:Total 746 kB/s | 170 kB 00:00 2024-04-14T15:34:28.483 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-04-14T15:34:28.492 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-04-14T15:34:28.492 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-04-14T15:34:28.555 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-04-14T15:34:28.556 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-04-14T15:34:28.830 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-04-14T15:34:28.926 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:29.377 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 12/12 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971f 1/12 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-14T15:34:29.668 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 9/12 2024-04-14T15:34:29.669 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-14T15:34:29.669 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-14T15:34:29.720 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:29.720 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:29.720 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-04-14T15:34:29.720 INFO:teuthology.orchestra.run.smithi037.stdout: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:29.720 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:34:29.720 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-04-14T15:34:29.985 DEBUG:teuthology.parallel:result is None 2024-04-14T15:34:30.122 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-14T15:34:30.122 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:30.122 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:34:30.122 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:30.123 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:30.539 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-rook 2024-04-14T15:34:31.150 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:03 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:31.438 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:31.438 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:31.438 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:31.438 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.439 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:31.439 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.439 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:31.439 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.439 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:31.439 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.439 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:31.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:31.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:31.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:31.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.440 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:31.440 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:31.441 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.442 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:31.442 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.442 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:31.442 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.442 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:31.442 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.442 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:31.442 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:31.443 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.444 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:31.445 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.446 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:31.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.446 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:31.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.446 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:31.446 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.447 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.448 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.449 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.450 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:31.450 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.450 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.450 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.450 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:31.506 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:31.508 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:31.508 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:34:31.508 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:31.508 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:34:31.508 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-rook noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 49 k 2024-04-14T15:34:31.508 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:34:31.508 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-14T15:34:31.508 INFO:teuthology.orchestra.run.smithi193.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-14T15:34:31.508 INFO:teuthology.orchestra.run.smithi193.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout:Install 13 Packages 2024-04-14T15:34:31.509 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:31.510 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 2.2 M 2024-04-14T15:34:31.510 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 26 M 2024-04-14T15:34:31.510 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:34:31.863 INFO:teuthology.orchestra.run.smithi193.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 205 kB/s | 19 kB 00:00 2024-04-14T15:34:31.914 INFO:teuthology.orchestra.run.smithi193.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 178 kB/s | 26 kB 00:00 2024-04-14T15:34:32.064 INFO:teuthology.orchestra.run.smithi193.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 222 kB 00:00 2024-04-14T15:34:32.090 INFO:teuthology.orchestra.run.smithi193.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 905 kB/s | 159 kB 00:00 2024-04-14T15:34:32.131 INFO:teuthology.orchestra.run.smithi193.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-04-14T15:34:32.156 INFO:teuthology.orchestra.run.smithi193.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 801 kB/s | 54 kB 00:00 2024-04-14T15:34:32.282 INFO:teuthology.orchestra.run.smithi193.stdout:(7/13): ceph-mgr-rook-19.0.0-2778.ga971fd5f.el9 96 kB/s | 49 kB 00:00 2024-04-14T15:34:32.390 INFO:teuthology.orchestra.run.smithi193.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-04-14T15:34:32.415 INFO:teuthology.orchestra.run.smithi193.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 113 kB/s | 32 kB 00:00 2024-04-14T15:34:32.542 INFO:teuthology.orchestra.run.smithi193.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 472 kB/s | 59 kB 00:00 2024-04-14T15:34:32.608 INFO:teuthology.orchestra.run.smithi193.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 623 kB/s | 203 kB 00:00 2024-04-14T15:34:32.641 INFO:teuthology.orchestra.run.smithi193.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 894 kB/s | 90 kB 00:00 2024-04-14T15:34:32.691 INFO:teuthology.orchestra.run.smithi193.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.4 MB/s | 1.0 MB 00:00 2024-04-14T15:34:32.694 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:32.695 INFO:teuthology.orchestra.run.smithi193.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-04-14T15:34:32.757 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:34:32.772 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:34:32.772 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:34:32.866 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:34:32.869 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:34:33.411 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:34:33.580 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-14T15:34:33.634 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-14T15:34:33.690 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-14T15:34:33.736 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-14T15:34:33.786 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-14T15:34:33.879 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-14T15:34:33.988 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-14T15:34:34.037 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-14T15:34:34.754 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-14T15:34:34.801 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-14T15:34:34.835 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-14T15:34:34.883 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-14T15:34:34.905 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T15:34:35.723 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 13/13 2024-04-14T15:34:35.723 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 1/13 2024-04-14T15:34:35.723 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-14T15:34:35.723 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-14T15:34:35.723 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-14T15:34:35.723 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-14T15:34:35.723 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-14T15:34:35.723 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-14T15:34:35.723 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-14T15:34:35.724 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-14T15:34:35.724 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-14T15:34:35.724 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-14T15:34:35.724 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-14T15:34:36.120 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-14T15:34:36.120 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:36.120 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:34:36.120 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-rook-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:34:36.120 INFO:teuthology.orchestra.run.smithi193.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-14T15:34:36.120 INFO:teuthology.orchestra.run.smithi193.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-14T15:34:36.120 INFO:teuthology.orchestra.run.smithi193.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:36.121 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:36.362 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-mgr-cephadm 2024-04-14T15:34:36.958 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:08 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:37.245 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:37.245 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:37.245 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:37.245 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:37.246 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.247 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:37.248 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.249 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:37.250 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:37.251 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.252 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.253 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:37.254 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.255 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.256 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.256 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.256 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:37.256 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.256 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.256 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.256 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:37.313 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:37.314 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:37.314 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:34:37.314 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:37.314 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 141 k 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout:Install 6 Packages 2024-04-14T15:34:37.315 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:37.316 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 7.0 M 2024-04-14T15:34:37.316 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 33 M 2024-04-14T15:34:37.316 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:34:37.889 INFO:teuthology.orchestra.run.smithi193.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-04-14T15:34:37.964 INFO:teuthology.orchestra.run.smithi193.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2778.ga971fd5f.e 654 kB/s | 141 kB 00:00 2024-04-14T15:34:38.056 INFO:teuthology.orchestra.run.smithi193.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 6.0 MB 00:00 2024-04-14T15:34:38.148 INFO:teuthology.orchestra.run.smithi193.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 314 kB/s | 58 kB 00:00 2024-04-14T15:34:38.173 INFO:teuthology.orchestra.run.smithi193.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 436 kB/s | 51 kB 00:00 2024-04-14T15:34:38.223 INFO:teuthology.orchestra.run.smithi193.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2024-04-14T15:34:38.224 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:38.224 INFO:teuthology.orchestra.run.smithi193.stdout:Total 7.7 MB/s | 7.0 MB 00:00 2024-04-14T15:34:38.295 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:34:38.307 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:34:38.307 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:34:38.411 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:34:38.412 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:34:38.717 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:34:38.905 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-14T15:34:38.958 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-14T15:34:39.474 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-14T15:34:39.560 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-14T15:34:39.632 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-14T15:34:39.663 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T15:34:40.453 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 6/6 2024-04-14T15:34:40.453 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 1/6 2024-04-14T15:34:40.453 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-14T15:34:40.453 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-14T15:34:40.453 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-14T15:34:40.453 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-14T15:34:40.784 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-14T15:34:40.784 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:40.784 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:34:40.784 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-mgr-cephadm-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:34:40.784 INFO:teuthology.orchestra.run.smithi193.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-14T15:34:40.784 INFO:teuthology.orchestra.run.smithi193.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-14T15:34:40.784 INFO:teuthology.orchestra.run.smithi193.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-14T15:34:40.785 INFO:teuthology.orchestra.run.smithi193.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-14T15:34:40.785 INFO:teuthology.orchestra.run.smithi193.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-14T15:34:40.785 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:40.785 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:41.039 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-fuse 2024-04-14T15:34:41.636 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:13 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:41.926 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:41.927 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:41.928 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.929 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:41.930 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.931 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.932 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.933 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.934 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.935 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.936 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.936 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:41.936 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.936 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.936 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.936 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:41.996 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:41.996 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:41.996 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:34:41.996 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:41.996 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:34:41.996 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 891 k 2024-04-14T15:34:41.996 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:34:41.997 INFO:teuthology.orchestra.run.smithi193.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-14T15:34:41.997 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:41.997 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:34:41.997 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:41.997 INFO:teuthology.orchestra.run.smithi193.stdout:Install 2 Packages 2024-04-14T15:34:41.997 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:41.997 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 971 k 2024-04-14T15:34:41.998 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 2.8 M 2024-04-14T15:34:41.998 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:34:42.409 INFO:teuthology.orchestra.run.smithi193.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 281 kB/s | 80 kB 00:00 2024-04-14T15:34:42.951 INFO:teuthology.orchestra.run.smithi193.stdout:(2/2): ceph-fuse-19.0.0-2778.ga971fd5f.el9.x86_ 1.1 MB/s | 891 kB 00:00 2024-04-14T15:34:42.952 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:42.952 INFO:teuthology.orchestra.run.smithi193.stdout:Total 1.0 MB/s | 971 kB 00:00 2024-04-14T15:34:42.965 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:34:42.988 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:34:42.988 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:34:43.066 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:34:43.066 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:34:43.264 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:34:43.386 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-14T15:34:43.451 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T15:34:44.143 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2/2 2024-04-14T15:34:44.143 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/2 2024-04-14T15:34:44.500 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-14T15:34:44.500 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:44.500 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:34:44.500 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-14T15:34:44.501 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:44.501 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:44.818 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install ceph-volume 2024-04-14T15:34:45.430 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:17 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:45.720 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:45.721 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:45.722 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.723 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.724 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:45.725 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:45.726 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:45.727 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:45.728 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.729 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:45.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.730 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:45.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.730 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:45.789 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:45.790 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-volume noarch 2:19.0.0-2778.ga971fd5f.el9 ceph-noarch 264 k 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout:Install 2 Packages 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:45.791 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 341 k 2024-04-14T15:34:45.792 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 1.5 M 2024-04-14T15:34:45.792 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:34:46.290 INFO:teuthology.orchestra.run.smithi193.stdout:(1/2): ceph-volume-19.0.0-2778.ga971fd5f.el9.no 700 kB/s | 264 kB 00:00 2024-04-14T15:34:46.599 INFO:teuthology.orchestra.run.smithi193.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 113 kB/s | 77 kB 00:00 2024-04-14T15:34:46.599 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:46.600 INFO:teuthology.orchestra.run.smithi193.stdout:Total 421 kB/s | 341 kB 00:00 2024-04-14T15:34:46.612 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:34:46.622 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:34:46.622 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:34:46.661 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:34:46.661 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:34:46.816 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:34:47.006 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-14T15:34:47.034 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T15:34:47.050 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2/2 2024-04-14T15:34:47.050 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:34:47.050 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-14T15:34:47.051 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:47.822 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 1/2 2024-04-14T15:34:48.184 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-14T15:34:48.184 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:48.184 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:34:48.184 INFO:teuthology.orchestra.run.smithi193.stdout: ceph-volume-2:19.0.0-2778.ga971fd5f.el9.noarch 2024-04-14T15:34:48.184 INFO:teuthology.orchestra.run.smithi193.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-14T15:34:48.184 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:48.184 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:48.497 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install librados-devel 2024-04-14T15:34:49.106 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:21 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:49.394 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:49.394 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:49.394 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:49.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.394 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:49.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.394 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:49.394 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:49.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:49.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:49.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:49.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:49.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:49.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:49.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:49.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:49.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:49.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:49.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:49.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:49.464 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout: librados-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 127 k 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 127 k 2024-04-14T15:34:49.465 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 456 k 2024-04-14T15:34:49.466 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:34:49.772 INFO:teuthology.orchestra.run.smithi193.stdout:librados-devel-19.0.0-2778.ga971fd5f.el9.x86_64 413 kB/s | 127 kB 00:00 2024-04-14T15:34:49.773 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:49.773 INFO:teuthology.orchestra.run.smithi193.stdout:Total 411 kB/s | 127 kB 00:00 2024-04-14T15:34:49.773 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:34:49.779 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:34:49.779 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:34:49.839 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:34:49.839 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:34:50.030 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:34:50.137 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:50.585 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:50.911 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:50.912 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:50.912 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:34:50.912 INFO:teuthology.orchestra.run.smithi193.stdout: librados-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:50.912 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:50.912 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:51.140 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install libcephfs2 2024-04-14T15:34:51.745 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:23 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:52.040 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:52.040 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:52.040 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:52.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.040 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:52.040 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.041 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.042 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.043 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:52.044 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:52.045 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.046 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.047 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:52.048 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.049 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.050 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:52.050 INFO:teuthology.orchestra.run.smithi193.stdout:Package libcephfs2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:52.111 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:52.112 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-14T15:34:52.112 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:52.174 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install libcephfs-devel 2024-04-14T15:34:52.778 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:24 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:53.063 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.064 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.065 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:53.066 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:53.067 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:53.068 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.069 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.070 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.071 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.072 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.073 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:53.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.073 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:53.131 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:53.131 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:53.132 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-04-14T15:34:53.132 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:53.132 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:34:53.132 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs-devel x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 32 k 2024-04-14T15:34:53.132 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:53.132 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:34:53.132 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:34:53.132 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-14T15:34:53.132 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:53.133 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 32 k 2024-04-14T15:34:53.133 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 142 k 2024-04-14T15:34:53.133 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:34:54.485 INFO:teuthology.orchestra.run.smithi193.stdout:libcephfs-devel-19.0.0-2778.ga971fd5f.el9.x86_6 23 kB/s | 32 kB 00:01 2024-04-14T15:34:54.485 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:34:54.486 INFO:teuthology.orchestra.run.smithi193.stdout:Total 23 kB/s | 32 kB 00:01 2024-04-14T15:34:54.486 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:34:54.489 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:34:54.490 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:34:54.518 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:34:54.518 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:34:54.612 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:34:54.725 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:55.132 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:55.417 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:34:55.417 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:55.417 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:34:55.417 INFO:teuthology.orchestra.run.smithi193.stdout: libcephfs-devel-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:34:55.417 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:34:55.417 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:55.603 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install librados2 2024-04-14T15:34:56.202 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:28 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:56.494 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:56.494 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:56.494 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:56.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.494 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:56.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.494 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:56.494 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:56.495 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:56.496 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:56.497 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:56.498 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.499 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.500 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.501 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.502 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:56.503 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.503 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.503 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.503 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.503 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:56.503 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.503 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.503 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.503 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:56.504 INFO:teuthology.orchestra.run.smithi193.stdout:Package librados2-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:56.563 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:56.564 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-14T15:34:56.564 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:56.631 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install librbd1 2024-04-14T15:34:57.228 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:29 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:57.520 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:57.520 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:57.520 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:57.520 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.520 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:57.520 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:57.521 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.522 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.523 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:57.524 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.525 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:57.526 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.527 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:57.528 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.529 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:57.530 INFO:teuthology.orchestra.run.smithi193.stdout:Package librbd1-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:57.588 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:57.589 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-14T15:34:57.589 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:57.649 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-rados 2024-04-14T15:34:58.276 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:30 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:58.577 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.578 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.579 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:58.580 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.581 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:58.582 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.583 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:58.583 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.583 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:58.583 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.583 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:58.583 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.583 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:58.583 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.584 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.585 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:58.586 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.587 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.588 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:58.588 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.588 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.588 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.588 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:58.588 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-rados-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:58.648 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:58.649 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-14T15:34:58.649 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:58.711 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-rgw 2024-04-14T15:34:59.325 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:31 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:34:59.613 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:34:59.613 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:34:59.613 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:34:59.613 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.613 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:34:59.613 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.613 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:34:59.614 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:34:59.615 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:34:59.616 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:34:59.617 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.618 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.619 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.620 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.621 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:34:59.622 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.622 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.622 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.622 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.622 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:34:59.622 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.622 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.622 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.622 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:34:59.623 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-rgw-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:34:59.681 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:34:59.682 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-14T15:34:59.682 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:34:59.752 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-cephfs 2024-04-14T15:35:00.352 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:32 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:35:00.644 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:35:00.644 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:35:00.644 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:35:00.644 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.644 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:35:00.644 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.644 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:35:00.644 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.645 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.646 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:35:00.647 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:35:00.648 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:35:00.649 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.650 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.651 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.652 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.653 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:35:00.654 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-cephfs-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:35:00.712 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:35:00.713 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-14T15:35:00.713 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:35:00.771 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install python3-rbd 2024-04-14T15:35:01.370 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:33 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:35:01.659 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:35:01.659 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:35:01.659 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:35:01.659 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.659 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:35:01.659 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.659 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:35:01.659 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.659 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.660 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.661 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.662 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:35:01.663 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:35:01.664 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.665 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.666 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.667 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.668 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:35:01.669 INFO:teuthology.orchestra.run.smithi193.stdout:Package python3-rbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 is already installed. 2024-04-14T15:35:01.726 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:35:01.727 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-04-14T15:35:01.727 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:35:01.793 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install rbd-fuse 2024-04-14T15:35:02.393 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:34 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:35:02.684 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.685 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.686 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:35:02.687 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:35:02.688 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.689 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.690 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.691 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.692 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.693 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.694 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.694 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:35:02.694 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.694 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.694 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.694 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:35:02.753 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:35:02.754 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:35:02.754 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-04-14T15:35:02.754 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:35:02.754 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:35:02.754 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-fuse x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 85 k 2024-04-14T15:35:02.754 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:02.754 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:35:02.754 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:35:02.754 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-14T15:35:02.755 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:02.755 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 85 k 2024-04-14T15:35:02.755 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 231 k 2024-04-14T15:35:02.755 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:35:03.205 INFO:teuthology.orchestra.run.smithi193.stdout:rbd-fuse-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 189 kB/s | 85 kB 00:00 2024-04-14T15:35:03.206 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:35:03.206 INFO:teuthology.orchestra.run.smithi193.stdout:Total 189 kB/s | 85 kB 00:00 2024-04-14T15:35:03.206 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:35:03.213 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:35:03.213 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:35:03.273 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:35:03.273 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:35:03.415 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:35:03.529 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:35:03.919 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:35:04.257 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:35:04.257 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:04.257 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:35:04.257 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-fuse-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:35:04.257 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:04.257 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:35:04.497 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install rbd-mirror 2024-04-14T15:35:05.105 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:37 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:35:05.394 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.395 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:35:05.396 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.397 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:35:05.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:35:05.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:35:05.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:35:05.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.398 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:35:05.398 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:35:05.399 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:35:05.400 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:35:05.401 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:35:05.402 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.403 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:35:05.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.404 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:35:05.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.404 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:35:05.462 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:35:05.463 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:35:05.463 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repo Size 2024-04-14T15:35:05.463 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:35:05.463 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:35:05.463 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-mirror x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 3.1 M 2024-04-14T15:35:05.463 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:05.464 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:35:05.464 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:35:05.464 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-14T15:35:05.464 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:05.464 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 3.1 M 2024-04-14T15:35:05.464 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 13 M 2024-04-14T15:35:05.464 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:35:06.134 INFO:teuthology.orchestra.run.smithi193.stdout:rbd-mirror-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 4.6 MB/s | 3.1 MB 00:00 2024-04-14T15:35:06.134 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:35:06.134 INFO:teuthology.orchestra.run.smithi193.stdout:Total 4.6 MB/s | 3.1 MB 00:00 2024-04-14T15:35:06.135 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:35:06.144 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:35:06.144 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:35:06.222 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:35:06.222 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:35:06.652 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:35:06.718 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:35:06.744 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:35:06.744 INFO:teuthology.orchestra.run.smithi193.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-14T15:35:06.744 INFO:teuthology.orchestra.run.smithi193.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-14T15:35:06.744 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T15:35:06.744 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-14T15:35:06.744 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:07.813 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:35:07.813 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:07.813 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:35:07.813 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-mirror-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:35:07.813 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:07.813 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:35:08.068 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum -y install rbd-nbd 2024-04-14T15:35:08.684 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:02:40 ago on Sun 14 Apr 2024 03:32:28 PM UTC. 2024-04-14T15:35:08.976 INFO:teuthology.orchestra.run.smithi193.stderr:Modular dependency problems: 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 1: conflicting requests 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 2: conflicting requests 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 3: conflicting requests 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 4: conflicting requests 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 5: conflicting requests 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.977 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 6: conflicting requests 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 7: conflicting requests 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 8: conflicting requests 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 9: conflicting requests 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 10: conflicting requests 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 11: conflicting requests 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.978 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 12: conflicting requests 2024-04-14T15:35:08.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 13: conflicting requests 2024-04-14T15:35:08.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 14: conflicting requests 2024-04-14T15:35:08.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 15: conflicting requests 2024-04-14T15:35:08.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.979 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 16: conflicting requests 2024-04-14T15:35:08.979 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 17: conflicting requests 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 18: conflicting requests 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 19: conflicting requests 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 20: conflicting requests 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 21: conflicting requests 2024-04-14T15:35:08.980 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 22: conflicting requests 2024-04-14T15:35:08.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 23: conflicting requests 2024-04-14T15:35:08.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 24: conflicting requests 2024-04-14T15:35:08.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 25: conflicting requests 2024-04-14T15:35:08.981 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.981 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 26: conflicting requests 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 27: conflicting requests 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 28: conflicting requests 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 29: conflicting requests 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 30: conflicting requests 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 31: conflicting requests 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.982 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 32: conflicting requests 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 33: conflicting requests 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 34: conflicting requests 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 35: conflicting requests 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 36: conflicting requests 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 37: conflicting requests 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.983 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.984 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.984 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T15:35:08.984 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.984 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.984 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.984 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 39: conflicting requests 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.985 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.986 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T15:35:08.987 INFO:teuthology.orchestra.run.smithi193.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T15:35:09.046 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-04-14T15:35:09.047 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:35:09.047 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-04-14T15:35:09.047 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout:Installing: 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-nbd x86_64 2:19.0.0-2778.ga971fd5f.el9 ceph 170 k 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout:Install 1 Package 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 170 k 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 494 k 2024-04-14T15:35:09.048 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-04-14T15:35:09.280 INFO:teuthology.orchestra.run.smithi193.stdout:rbd-nbd-19.0.0-2778.ga971fd5f.el9.x86_64.rpm 738 kB/s | 170 kB 00:00 2024-04-14T15:35:09.280 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:35:09.280 INFO:teuthology.orchestra.run.smithi193.stdout:Total 732 kB/s | 170 kB 00:00 2024-04-14T15:35:09.281 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-04-14T15:35:09.289 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-04-14T15:35:09.289 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-04-14T15:35:09.349 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-04-14T15:35:09.349 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-04-14T15:35:09.505 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-04-14T15:35:09.620 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:35:10.062 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:35:10.387 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 1/1 2024-04-14T15:35:10.388 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:10.388 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-04-14T15:35:10.388 INFO:teuthology.orchestra.run.smithi193.stdout: rbd-nbd-2:19.0.0-2778.ga971fd5f.el9.x86_64 2024-04-14T15:35:10.388 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:35:10.388 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-04-14T15:35:10.633 DEBUG:teuthology.parallel:result is None 2024-04-14T15:35:10.634 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:35:10.790 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-14T15:35:10.815 INFO:teuthology.orchestra.run.smithi037.stdout:19.0.0-2778.ga971fd5f.el9 2024-04-14T15:35:10.815 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2778.ga971fd5f.el9 2024-04-14T15:35:10.815 INFO:teuthology.task.install:The correct ceph version 19.0.0-2778.ga971fd5f is installed. 2024-04-14T15:35:10.817 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:35:10.965 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-14T15:35:10.993 INFO:teuthology.orchestra.run.smithi192.stdout:19.0.0-2778.ga971fd5f.el9 2024-04-14T15:35:10.994 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2778.ga971fd5f.el9 2024-04-14T15:35:10.994 INFO:teuthology.task.install:The correct ceph version 19.0.0-2778.ga971fd5f is installed. 2024-04-14T15:35:10.997 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:35:11.215 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-14T15:35:11.237 INFO:teuthology.orchestra.run.smithi193.stdout:19.0.0-2778.ga971fd5f.el9 2024-04-14T15:35:11.237 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2778.ga971fd5f.el9 2024-04-14T15:35:11.237 INFO:teuthology.task.install:The correct ceph version 19.0.0-2778.ga971fd5f is installed. 2024-04-14T15:35:11.239 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-14T15:35:11.239 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:35:11.239 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-14T15:35:11.272 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:35:11.272 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-14T15:35:11.305 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:35:11.305 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-14T15:35:11.333 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-14T15:35:11.333 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:35:11.333 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/daemon-helper 2024-04-14T15:35:11.364 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-14T15:35:11.438 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:35:11.438 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/daemon-helper 2024-04-14T15:35:11.468 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-14T15:35:11.538 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:35:11.538 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/usr/bin/daemon-helper 2024-04-14T15:35:11.566 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-14T15:35:11.634 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-14T15:35:11.635 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:35:11.635 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-14T15:35:11.663 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-14T15:35:11.730 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:35:11.730 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-14T15:35:11.758 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-14T15:35:11.825 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:35:11.825 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-14T15:35:11.853 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-14T15:35:11.920 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-14T15:35:11.920 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:35:11.920 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/stdin-killer 2024-04-14T15:35:11.947 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-14T15:35:12.014 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:35:12.014 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/stdin-killer 2024-04-14T15:35:12.043 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-14T15:35:12.111 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:35:12.111 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/usr/bin/stdin-killer 2024-04-14T15:35:12.138 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-14T15:35:12.205 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-14T15:35:12.314 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', 'mons down', 'mon down', 'out of quorum'], 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888'} 2024-04-14T15:35:12.314 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:35:12.315 INFO:tasks.cephadm:Cluster fsid is 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:35:12.315 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-14T15:35:12.315 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.37', 'mon.b': '172.21.15.192', 'mon.c': '172.21.15.193'} 2024-04-14T15:35:12.315 INFO:tasks.cephadm:First mon is mon.a on smithi037 2024-04-14T15:35:12.315 INFO:tasks.cephadm:First mgr is a 2024-04-14T15:35:12.315 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-14T15:35:12.316 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2024-04-14T15:35:12.342 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-04-14T15:35:12.369 DEBUG:teuthology.orchestra.run.smithi193:> sudo hostname $(hostname -s) 2024-04-14T15:35:12.397 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-14T15:35:12.397 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:35:12.715 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a971fd5f5719038c70b817bafacd6d5400b1d888', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54841/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2778-ga971fd5f', 'node_name': '172.21.4.69+confusa07', 'job_name': 'ceph-dev-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2778.ga971fd5f'}, 'url': 'https://4.chacra.ceph.com/r/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-07 15:35:40.226244', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/flavors/default/', 'archs': ['arm64', 'source', 'x86_64'], 'distro': 'centos'}] 2024-04-14T15:35:12.857 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref main, sha1 a971fd5f5719038c70b817bafacd6d5400b1d888 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:35:12.858 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/x86_64/flavors/default/cephadm 2024-04-14T15:35:12.858 DEBUG:teuthology.orchestra.run.smithi037:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-14T15:35:13.701 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-r--r--. 1 ubuntu ubuntu 781494 Apr 14 15:35 /home/ubuntu/cephtest/cephadm 2024-04-14T15:35:13.701 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-14T15:35:14.787 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-r--r--. 1 ubuntu ubuntu 781494 Apr 14 15:35 /home/ubuntu/cephtest/cephadm 2024-04-14T15:35:14.787 DEBUG:teuthology.orchestra.run.smithi193:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/a971fd5f5719038c70b817bafacd6d5400b1d888/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-14T15:35:15.618 INFO:teuthology.orchestra.run.smithi193.stdout:-rw-r--r--. 1 ubuntu ubuntu 781494 Apr 14 15:35 /home/ubuntu/cephtest/cephadm 2024-04-14T15:35:15.619 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-14T15:35:15.638 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-14T15:35:15.657 DEBUG:teuthology.orchestra.run.smithi193:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-14T15:35:15.687 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 on all hosts... 2024-04-14T15:35:15.687 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 pull 2024-04-14T15:35:15.690 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 pull 2024-04-14T15:35:15.701 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 pull 2024-04-14T15:35:16.504 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888... 2024-04-14T15:35:16.575 INFO:teuthology.orchestra.run.smithi193.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888... 2024-04-14T15:35:16.628 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888... 2024-04-14T15:35:58.026 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2024-04-14T15:35:58.027 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev)", 2024-04-14T15:35:58.027 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", 2024-04-14T15:35:58.027 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2024-04-14T15:35:58.027 INFO:teuthology.orchestra.run.smithi192.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608" 2024-04-14T15:35:58.027 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2024-04-14T15:35:58.027 INFO:teuthology.orchestra.run.smithi192.stdout:} 2024-04-14T15:36:16.494 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-04-14T15:36:16.495 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph_version": "ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev)", 2024-04-14T15:36:16.495 INFO:teuthology.orchestra.run.smithi037.stdout: "image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", 2024-04-14T15:36:16.495 INFO:teuthology.orchestra.run.smithi037.stdout: "repo_digests": [ 2024-04-14T15:36:16.495 INFO:teuthology.orchestra.run.smithi037.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608" 2024-04-14T15:36:16.495 INFO:teuthology.orchestra.run.smithi037.stdout: ] 2024-04-14T15:36:16.495 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-04-14T15:36:17.523 INFO:teuthology.orchestra.run.smithi193.stdout:{ 2024-04-14T15:36:17.523 INFO:teuthology.orchestra.run.smithi193.stdout: "ceph_version": "ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev)", 2024-04-14T15:36:17.523 INFO:teuthology.orchestra.run.smithi193.stdout: "image_id": "b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53", 2024-04-14T15:36:17.523 INFO:teuthology.orchestra.run.smithi193.stdout: "repo_digests": [ 2024-04-14T15:36:17.523 INFO:teuthology.orchestra.run.smithi193.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608" 2024-04-14T15:36:17.523 INFO:teuthology.orchestra.run.smithi193.stdout: ] 2024-04-14T15:36:17.523 INFO:teuthology.orchestra.run.smithi193.stdout:} 2024-04-14T15:36:17.548 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2024-04-14T15:36:17.581 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2024-04-14T15:36:17.617 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /etc/ceph 2024-04-14T15:36:17.647 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2024-04-14T15:36:17.678 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2024-04-14T15:36:17.708 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 777 /etc/ceph 2024-04-14T15:36:17.734 INFO:tasks.cephadm:Writing seed config... 2024-04-14T15:36:17.736 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-14T15:36:17.736 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-14T15:36:17.736 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-14T15:36:17.736 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-14T15:36:17.736 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-14T15:36:17.736 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-14T15:36:17.736 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-14T15:36:17.736 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-14T15:36:17.736 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-14T15:36:17.737 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:36:17.737 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-14T15:36:17.754 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 = 954e4e0a-fa74-11ee-bc8e-c7b262605968 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-14T15:36:17.755 DEBUG:teuthology.orchestra.run.smithi037:mon.a> sudo journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.a.service 2024-04-14T15:36:17.797 DEBUG:teuthology.orchestra.run.smithi037:mgr.a> sudo journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.a.service 2024-04-14T15:36:17.839 INFO:tasks.cephadm:Bootstrapping... 2024-04-14T15:36:17.839 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 -v bootstrap --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 --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.37 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-14T15:36:18.041 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-04-14T15:36:18.041 INFO:teuthology.orchestra.run.smithi037.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888', '-v', 'bootstrap', '--fsid', '954e4e0a-fa74-11ee-bc8e-c7b262605968', '--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.37', '--skip-admin-label'] 2024-04-14T15:36:18.041 INFO:teuthology.orchestra.run.smithi037.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-14T15:36:18.041 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying podman|docker is present... 2024-04-14T15:36:18.067 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-14T15:36:18.067 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying lvm2 is present... 2024-04-14T15:36:18.067 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying time synchronization is in place... 2024-04-14T15:36:18.074 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-14T15:36:18.074 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-14T15:36:18.080 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-14T15:36:18.080 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-14T15:36:18.086 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-04-14T15:36:18.092 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-04-14T15:36:18.092 INFO:teuthology.orchestra.run.smithi037.stdout:Unit chronyd.service is enabled and running 2024-04-14T15:36:18.092 INFO:teuthology.orchestra.run.smithi037.stdout:Repeating the final host check... 2024-04-14T15:36:18.115 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-14T15:36:18.116 INFO:teuthology.orchestra.run.smithi037.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-14T15:36:18.116 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl is present 2024-04-14T15:36:18.116 INFO:teuthology.orchestra.run.smithi037.stdout:lvcreate is present 2024-04-14T15:36:18.122 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-14T15:36:18.122 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-14T15:36:18.130 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-14T15:36:18.130 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-14T15:36:18.133 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-04-14T15:36:18.139 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-04-14T15:36:18.140 INFO:teuthology.orchestra.run.smithi037.stdout:Unit chronyd.service is enabled and running 2024-04-14T15:36:18.140 INFO:teuthology.orchestra.run.smithi037.stdout:Host looks OK 2024-04-14T15:36:18.140 INFO:teuthology.orchestra.run.smithi037.stdout:Cluster fsid: 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:36:18.140 INFO:teuthology.orchestra.run.smithi037.stdout:Acquiring lock 139651351028400 on /run/cephadm/954e4e0a-fa74-11ee-bc8e-c7b262605968.lock 2024-04-14T15:36:18.140 INFO:teuthology.orchestra.run.smithi037.stdout:Lock 139651351028400 acquired on /run/cephadm/954e4e0a-fa74-11ee-bc8e-c7b262605968.lock 2024-04-14T15:36:18.140 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 3300 ... 2024-04-14T15:36:18.141 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 6789 ... 2024-04-14T15:36:18.141 INFO:teuthology.orchestra.run.smithi037.stdout:Base mon IP(s) is [172.21.15.37:3300, 172.21.15.37:6789], mon addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-04-14T15:36:18.143 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.37 metric 100 2024-04-14T15:36:18.144 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 metric 100 2024-04-14T15:36:18.146 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-14T15:36:18.146 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-14T15:36:18.146 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-14T15:36:18.148 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-14T15:36:18.148 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-14T15:36:18.148 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-14T15:36:18.149 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-14T15:36:18.149 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7794/64 scope link noprefixroute 2024-04-14T15:36:18.149 INFO:teuthology.orchestra.run.smithi037.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-14T15:36:18.149 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-04-14T15:36:18.149 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-04-14T15:36:18.149 INFO:teuthology.orchestra.run.smithi037.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-14T15:36:18.150 INFO:teuthology.orchestra.run.smithi037.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-14T15:36:18.150 INFO:teuthology.orchestra.run.smithi037.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888... 2024-04-14T15:36:18.639 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stdout b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 2024-04-14T15:36:18.639 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888... 2024-04-14T15:36:18.639 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Getting image source signatures 2024-04-14T15:36:18.639 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Copying blob sha256:4a9a0f674f5d00de2fb0d6279a6376d7e805966559c8ffba59b1bc2aa8fd87e7 2024-04-14T15:36:18.639 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Copying blob sha256:77070339c81bcb5c53bbbf3f31a47f7187e5393cb0e096452852a31192d97570 2024-04-14T15:36:18.639 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Copying config sha256:b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 2024-04-14T15:36:18.639 INFO:teuthology.orchestra.run.smithi037.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-14T15:36:19.593 INFO:teuthology.orchestra.run.smithi037.stdout:ceph: stdout ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev) 2024-04-14T15:36:19.593 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph version: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev) 2024-04-14T15:36:19.594 INFO:teuthology.orchestra.run.smithi037.stdout:Extracting ceph user uid/gid from container image... 2024-04-14T15:36:20.640 INFO:teuthology.orchestra.run.smithi037.stdout:stat: stdout 167 167 2024-04-14T15:36:20.641 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial keys... 2024-04-14T15:36:21.546 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQD09xtmdts3OhAADp8xDh/PfrtC1V5aotQy8A== 2024-04-14T15:36:22.460 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQD19xtmCM8gNRAAKhUmgyGwDCyiSUqnj5zN9g== 2024-04-14T15:36:23.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQD29xtm8Wh6LxAAy68kzNc4v7rzQua/yvkCGA== 2024-04-14T15:36:23.441 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial monmap... 2024-04-14T15:36:24.413 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-14T15:36:24.413 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-14T15:36:24.413 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:36:24.414 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-14T15:36:24.414 INFO:teuthology.orchestra.run.smithi037.stdout:monmaptool for a [v2:172.21.15.37:3300,v1:172.21.15.37:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-14T15:36:24.414 INFO:teuthology.orchestra.run.smithi037.stdout:setting min_mon_release = quincy 2024-04-14T15:36:24.414 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: set fsid to 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:36:24.414 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-14T15:36:24.414 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:36:24.414 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mon... 2024-04-14T15:36:25.444 INFO:teuthology.orchestra.run.smithi037.stdout:create mon.a on 2024-04-14T15:36:25.641 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-14T15:36:25.778 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-14T15:36:25.947 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968.target → /etc/systemd/system/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968.target. 2024-04-14T15:36:25.947 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968.target → /etc/systemd/system/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968.target. 2024-04-14T15:36:26.173 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.a 2024-04-14T15:36:26.173 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.a.service: Unit ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.a.service not loaded. 2024-04-14T15:36:26.334 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968.target.wants/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.a.service → /etc/systemd/system/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@.service. 2024-04-14T15:36:26.884 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-14T15:36:26.884 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout disabled 2024-04-14T15:36:26.891 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-14T15:36:26.891 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-14T15:36:26.891 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld.service is not enabled 2024-04-14T15:36:26.891 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-04-14T15:36:26.891 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon to start... 2024-04-14T15:36:26.891 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon... 2024-04-14T15:36:28.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:27 smithi037 ceph-mon[30154]: from='client.? 172.21.15.37:0/60422595' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-14T15:36:33.104 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout cluster: 2024-04-14T15:36:33.104 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout id: 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:36:33.104 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-14T15:36:33.104 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:33.104 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout services: 2024-04-14T15:36:33.104 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.623645s) 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout data: 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pgs: 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:mon is available 2024-04-14T15:36:33.105 INFO:teuthology.orchestra.run.smithi037.stdout:Assimilating anything we can from ceph.conf... 2024-04-14T15:36:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:36 smithi037 ceph-mon[30154]: from='client.? 172.21.15.37:0/3250065714' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-14T15:36:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:36 smithi037 ceph-mon[30154]: from='client.? 172.21.15.37:0/3250065714' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-14T15:36:39.243 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:39.245 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-14T15:36:39.246 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-14T15:36:39.247 INFO:teuthology.orchestra.run.smithi037.stdout:Generating new minimal ceph.conf... 2024-04-14T15:36:40.103 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:39 smithi037 ceph-mon[30154]: from='client.? 172.21.15.37:0/2079154489' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:36:40.366 INFO:teuthology.orchestra.run.smithi037.stdout:Restarting the monitor... 2024-04-14T15:36:40.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:40 smithi037 systemd[1]: Stopping Ceph mon.a for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:36:41.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:40 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a[30131]: 2024-04-14T15:36:40.642+0000 7fe46bf85700 -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-14T15:36:41.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:40 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a[30131]: 2024-04-14T15:36:40.642+0000 7fe46bf85700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-14T15:36:41.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:40 smithi037 podman[30485]: 2024-04-14 15:36:40.776441953 +0000 UTC m=+0.237796416 container died daf6a5a047f971e77a6c585382a59a7126023339fc160f22e6c4c4c22f0a6936 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, RELEASE=main-a971fd5) 2024-04-14T15:36:41.290 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 podman[30485]: 2024-04-14 15:36:41.115052445 +0000 UTC m=+0.576406914 container cleanup daf6a5a047f971e77a6c585382a59a7126023339fc160f22e6c4c4c22f0a6936 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS) 2024-04-14T15:36:41.290 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 bash[30485]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a 2024-04-14T15:36:41.540 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 podman[30504]: 2024-04-14 15:36:41.290732333 +0000 UTC m=+0.516713336 container remove daf6a5a047f971e77a6c585382a59a7126023339fc160f22e6c4c4c22f0a6936 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=main-a971fd5, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.33.5) 2024-04-14T15:36:41.540 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 systemd[1]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-14T15:36:41.541 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 systemd[1]: Stopped Ceph mon.a for 954e4e0a-fa74-11ee-bc8e-c7b262605968. 2024-04-14T15:36:41.541 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 systemd[1]: Starting Ceph mon.a for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:36:42.020 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 podman[30601]: 2024-04-14 15:36:41.741555684 +0000 UTC m=+0.107882305 container create 75671382ce5dbffa3da4826668137b91d446e8dae6f1541b7c72cb8771473a44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, RELEASE=main-a971fd5, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0) 2024-04-14T15:36:42.020 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 podman[30601]: 2024-04-14 15:36:41.651178599 +0000 UTC m=+0.017505238 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 2024-04-14T15:36:42.020 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 podman[30601]: 2024-04-14 15:36:41.927201458 +0000 UTC m=+0.293528078 container init 75671382ce5dbffa3da4826668137b91d446e8dae6f1541b7c72cb8771473a44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=) 2024-04-14T15:36:42.020 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 podman[30601]: 2024-04-14 15:36:41.932555565 +0000 UTC m=+0.298882185 container start 75671382ce5dbffa3da4826668137b91d446e8dae6f1541b7c72cb8771473a44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-04-14T15:36:42.021 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: set uid:gid to 167:167 (ceph:ceph) 2024-04-14T15:36:42.021 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev), process ceph-mon, pid 7 2024-04-14T15:36:42.021 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: pidfile_write: ignore empty --pid-file 2024-04-14T15:36:42.021 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: load: jerasure load: lrc 2024-04-14T15:36:42.021 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: RocksDB version: 7.9.2 2024-04-14T15:36:42.021 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Git sha 0 2024-04-14T15:36:42.021 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Compile date 2024-04-06 20:28:24 2024-04-14T15:36:42.022 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: DB SUMMARY 2024-04-14T15:36:42.022 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: DB Session ID: I0IED3PQRYT2X601HWX9 2024-04-14T15:36:42.022 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: CURRENT file: CURRENT 2024-04-14T15:36:42.022 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: IDENTITY file: IDENTITY 2024-04-14T15:36:42.022 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-14T15:36:42.023 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-14T15:36:42.023 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89099 ; 2024-04-14T15:36:42.023 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.error_if_exists: 0 2024-04-14T15:36:42.023 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.create_if_missing: 0 2024-04-14T15:36:42.023 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.paranoid_checks: 1 2024-04-14T15:36:42.024 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-14T15:36:42.024 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-14T15:36:42.024 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-14T15:36:42.024 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.env: 0x564ee0899c60 2024-04-14T15:36:42.024 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.fs: PosixFileSystem 2024-04-14T15:36:42.024 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.info_log: 0x564ee144fbe0 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_file_opening_threads: 16 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.statistics: (nil) 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.use_fsync: 0 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_log_file_size: 0 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.keep_log_file_num: 1000 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.recycle_log_file_num: 0 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.allow_fallocate: 1 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.allow_mmap_reads: 0 2024-04-14T15:36:42.025 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.allow_mmap_writes: 0 2024-04-14T15:36:42.026 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.use_direct_reads: 0 2024-04-14T15:36:42.026 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-14T15:36:42.026 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.create_missing_column_families: 0 2024-04-14T15:36:42.026 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.db_log_dir: 2024-04-14T15:36:42.026 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.wal_dir: 2024-04-14T15:36:42.027 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-14T15:36:42.027 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-14T15:36:42.027 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-14T15:36:42.027 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-14T15:36:42.027 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-14T15:36:42.027 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-14T15:36:42.028 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.advise_random_on_open: 1 2024-04-14T15:36:42.028 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.db_write_buffer_size: 0 2024-04-14T15:36:42.028 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.write_buffer_manager: 0x564ee14201e0 2024-04-14T15:36:42.028 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-14T15:36:42.028 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-14T15:36:42.028 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-14T15:36:42.028 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.rate_limiter: (nil) 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.wal_recovery_mode: 2 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.enable_thread_tracking: 0 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.enable_pipelined_write: 0 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.unordered_write: 0 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-14T15:36:42.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.row_cache: None 2024-04-14T15:36:42.030 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.wal_filter: None 2024-04-14T15:36:42.030 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-14T15:36:42.030 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.allow_ingest_behind: 0 2024-04-14T15:36:42.030 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.two_write_queues: 0 2024-04-14T15:36:42.030 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.manual_wal_flush: 0 2024-04-14T15:36:42.030 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.wal_compression: 0 2024-04-14T15:36:42.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.atomic_flush: 0 2024-04-14T15:36:42.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-14T15:36:42.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-14T15:36:42.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-14T15:36:42.031 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.log_readahead_size: 0 2024-04-14T15:36:42.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-14T15:36:42.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.best_efforts_recovery: 0 2024-04-14T15:36:42.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-14T15:36:42.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-14T15:36:42.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.allow_data_in_errors: 0 2024-04-14T15:36:42.032 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.db_host_id: __hostname__ 2024-04-14T15:36:42.033 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-14T15:36:42.033 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_background_jobs: 2 2024-04-14T15:36:42.033 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_background_compactions: -1 2024-04-14T15:36:42.033 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_subcompactions: 1 2024-04-14T15:36:42.033 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-14T15:36:42.033 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-14T15:36:42.033 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-14T15:36:42.033 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_total_wal_size: 0 2024-04-14T15:36:42.033 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-14T15:36:42.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-14T15:36:42.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-14T15:36:42.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-14T15:36:42.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_open_files: -1 2024-04-14T15:36:42.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bytes_per_sync: 0 2024-04-14T15:36:42.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-14T15:36:42.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-14T15:36:42.034 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_readahead_size: 0 2024-04-14T15:36:42.035 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_background_flushes: -1 2024-04-14T15:36:42.035 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Compression algorithms supported: 2024-04-14T15:36:42.035 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-14T15:36:42.035 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: kZSTD supported: 0 2024-04-14T15:36:42.035 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: kXpressCompression supported: 0 2024-04-14T15:36:42.035 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: kLZ4HCCompression supported: 1 2024-04-14T15:36:42.036 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: kZlibCompression supported: 1 2024-04-14T15:36:42.036 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: kSnappyCompression supported: 1 2024-04-14T15:36:42.036 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: kLZ4Compression supported: 1 2024-04-14T15:36:42.036 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: kBZip2Compression supported: 0 2024-04-14T15:36:42.036 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-14T15:36:42.036 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.merge_operator: 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_filter: None 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_filter_factory: None 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.sst_partitioner_factory: None 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564ee144fdc0) 2024-04-14T15:36:42.037 INFO:journalctl@ceph.mon.a.smithi037.stdout: cache_index_and_filter_blocks: 1 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: pin_top_level_index_and_filter: 1 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: index_type: 0 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: data_block_index_type: 0 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: index_shortening: 1 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: checksum: 4 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: no_block_cache: 0 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_cache: 0x564ee1453090 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_cache_name: BinnedLRUCache 2024-04-14T15:36:42.038 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_cache_options: 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: capacity : 536870912 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: num_shard_bits : 4 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: strict_capacity_limit : 0 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: high_pri_pool_ratio: 0.000 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_cache_compressed: (nil) 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: persistent_cache: (nil) 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_size: 4096 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_size_deviation: 10 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_restart_interval: 16 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: index_block_restart_interval: 1 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: metadata_block_size: 4096 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: partition_filters: 0 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: use_delta_encoding: 1 2024-04-14T15:36:42.039 INFO:journalctl@ceph.mon.a.smithi037.stdout: filter_policy: bloomfilter 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: whole_key_filtering: 1 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: verify_compression: 0 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: read_amp_bytes_per_bit: 0 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: format_version: 5 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: enable_index_compression: 1 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: block_align: 0 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: max_auto_readahead_size: 262144 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: prepopulate_block_cache: 0 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: initial_auto_readahead_size: 8192 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout: num_file_reads_for_auto_readahead: 2 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.write_buffer_size: 33554432 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_write_buffer_number: 2 2024-04-14T15:36:42.040 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression: NoCompression 2024-04-14T15:36:42.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression: Disabled 2024-04-14T15:36:42.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.prefix_extractor: nullptr 2024-04-14T15:36:42.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-14T15:36:42.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.num_levels: 7 2024-04-14T15:36:42.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-14T15:36:42.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-14T15:36:42.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-14T15:36:42.041 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression_opts.level: 32767 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression_opts.strategy: 0 2024-04-14T15:36:42.042 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-14T15:36:42.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-14T15:36:42.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-14T15:36:42.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-14T15:36:42.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression_opts.enabled: false 2024-04-14T15:36:42.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-14T15:36:42.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-14T15:36:42.045 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-14T15:36:42.045 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-14T15:36:42.045 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.target_file_size_base: 67108864 2024-04-14T15:36:42.045 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-14T15:36:42.046 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-14T15:36:42.046 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-14T15:36:42.046 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-14T15:36:42.046 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-14T15:36:42.046 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-14T15:36:42.046 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-14T15:36:42.046 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.arena_block_size: 1048576 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-14T15:36:42.047 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.disable_auto_compactions: 0 2024-04-14T15:36:42.048 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-14T15:36:42.048 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-14T15:36:42.048 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-14T15:36:42.048 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-14T15:36:42.048 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-14T15:36:42.048 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-14T15:36:42.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-14T15:36:42.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-14T15:36:42.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-14T15:36:42.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-14T15:36:42.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-14T15:36:42.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.inplace_update_support: 0 2024-04-14T15:36:42.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-14T15:36:42.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-14T15:36:42.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-14T15:36:42.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-14T15:36:42.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.bloom_locality: 0 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.max_successive_merges: 0 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.paranoid_file_checks: 0 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.force_consistency_checks: 1 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.report_bg_io_stats: 0 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.ttl: 2592000 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.enable_blob_files: false 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.min_blob_size: 0 2024-04-14T15:36:42.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.blob_file_size: 268435456 2024-04-14T15:36:42.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-14T15:36:42.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-14T15:36:42.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-14T15:36:42.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-14T15:36:42.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-14T15:36:42.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.blob_file_starting_level: 0 2024-04-14T15:36:42.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-14T15:36:42.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: 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-14T15:36:42.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-14T15:36:42.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1d16b17f-ea71-4643-af36-f36952981b4c 2024-04-14T15:36:42.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713109001961547, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-14T15:36:42.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-14T15:36:42.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713109001962408, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85716, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83863, "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": 78070, "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": 1713109001, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1d16b17f-ea71-4643-af36-f36952981b4c", "db_session_id": "I0IED3PQRYT2X601HWX9", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-14T15:36:42.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713109001962491, "job": 1, "event": "recovery_finished"} 2024-04-14T15:36:42.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-14T15:36:42.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: 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-14T15:36:42.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564ee1542000 2024-04-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: DB pointer 0x564ee152c000 2024-04-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.stdout: ** DB Stats ** 2024-04-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.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-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.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-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T15:36:42.055 INFO:journalctl@ceph.mon.a.smithi037.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T15:36:42.056 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-14T15:36:42.056 INFO:journalctl@ceph.mon.a.smithi037.stdout: ** Compaction Stats [default] ** 2024-04-14T15:36:42.056 INFO:journalctl@ceph.mon.a.smithi037.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-14T15:36:42.056 INFO:journalctl@ceph.mon.a.smithi037.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-14T15:36:42.056 INFO:journalctl@ceph.mon.a.smithi037.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 147.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T15:36:42.056 INFO:journalctl@ceph.mon.a.smithi037.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 147.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T15:36:42.057 INFO:journalctl@ceph.mon.a.smithi037.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 147.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T15:36:42.057 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-14T15:36:42.057 INFO:journalctl@ceph.mon.a.smithi037.stdout: ** Compaction Stats [default] ** 2024-04-14T15:36:42.057 INFO:journalctl@ceph.mon.a.smithi037.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-14T15:36:42.057 INFO:journalctl@ceph.mon.a.smithi037.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-14T15:36:42.057 INFO:journalctl@ceph.mon.a.smithi037.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 147.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-14T15:36:42.058 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-14T15:36:42.058 INFO:journalctl@ceph.mon.a.smithi037.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-14T15:36:42.058 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-14T15:36:42.058 INFO:journalctl@ceph.mon.a.smithi037.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T15:36:42.058 INFO:journalctl@ceph.mon.a.smithi037.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-14T15:36:42.059 INFO:journalctl@ceph.mon.a.smithi037.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-14T15:36:42.059 INFO:journalctl@ceph.mon.a.smithi037.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-14T15:36:42.059 INFO:journalctl@ceph.mon.a.smithi037.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-14T15:36:42.059 INFO:journalctl@ceph.mon.a.smithi037.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-14T15:36:42.059 INFO:journalctl@ceph.mon.a.smithi037.stdout: Cumulative compaction: 0.00 GB write, 28.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T15:36:42.059 INFO:journalctl@ceph.mon.a.smithi037.stdout: Interval compaction: 0.00 GB write, 28.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T15:36:42.059 INFO:journalctl@ceph.mon.a.smithi037.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-14T15:36:42.059 INFO:journalctl@ceph.mon.a.smithi037.stdout: Block cache BinnedLRUCache@0x564ee1453090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-14T15:36:42.059 INFO:journalctl@ceph.mon.a.smithi037.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-14T15:36:42.060 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-14T15:36:42.060 INFO:journalctl@ceph.mon.a.smithi037.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-14T15:36:42.060 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: starting mon.a rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:36:42.060 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: mon.a@-1(???) e1 preinit fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:36:42.060 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: mon.a@-1(???).mds e1 new map 2024-04-14T15:36:42.060 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: mon.a@-1(???).mds e1 print_map 2024-04-14T15:36:42.060 INFO:journalctl@ceph.mon.a.smithi037.stdout: e1 2024-04-14T15:36:42.060 INFO:journalctl@ceph.mon.a.smithi037.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-14T15:36:42.060 INFO:journalctl@ceph.mon.a.smithi037.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-14T15:36:42.061 INFO:journalctl@ceph.mon.a.smithi037.stdout: legacy client fscid: -1 2024-04-14T15:36:42.061 INFO:journalctl@ceph.mon.a.smithi037.stdout: 2024-04-14T15:36:42.061 INFO:journalctl@ceph.mon.a.smithi037.stdout: No filesystems configured 2024-04-14T15:36:42.061 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-14T15:36:42.061 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T15:36:42.061 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T15:36:42.061 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T15:36:42.062 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:41 smithi037 ceph-mon[30640]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-14T15:36:42.062 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 bash[30601]: 75671382ce5dbffa3da4826668137b91d446e8dae6f1541b7c72cb8771473a44 2024-04-14T15:36:42.062 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 systemd[1]: Started Ceph mon.a for 954e4e0a-fa74-11ee-bc8e-c7b262605968. 2024-04-14T15:36:42.062 INFO:teuthology.orchestra.run.smithi037.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: monmap epoch 1 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: last_changed 2024-04-14T15:36:23.832921+0000 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: created 2024-04-14T15:36:23.832921+0000 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: min_mon_release 19 (squid) 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: election_strategy: 1 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: fsmap 2024-04-14T15:36:42.269 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: osdmap e1: 0 total, 0 up, 0 in 2024-04-14T15:36:42.270 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:42 smithi037 ceph-mon[30640]: mgrmap e1: no daemons active 2024-04-14T15:36:43.060 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-14T15:36:43.082 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-14T15:36:43.082 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mgr... 2024-04-14T15:36:43.083 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-14T15:36:43.083 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-14T15:36:43.321 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.a 2024-04-14T15:36:43.321 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.a.service: Unit ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.a.service not loaded. 2024-04-14T15:36:43.464 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968.target.wants/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@.service. 2024-04-14T15:36:43.817 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:43 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/1072889952' entity='client.admin' 2024-04-14T15:36:43.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:43 smithi037 podman[30877]: 2024-04-14 15:36:43.701771142 +0000 UTC m=+0.121163770 container create 64d78e6a3a8d452eeeb3623a8a88d1dac4d60a40646217066500ac0ce1f5aa5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=main-a971fd5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T15:36:44.674 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-14T15:36:44.675 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout disabled 2024-04-14T15:36:44.682 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-14T15:36:44.682 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-14T15:36:44.682 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld.service is not enabled 2024-04-14T15:36:44.682 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-04-14T15:36:44.690 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-14T15:36:44.690 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout disabled 2024-04-14T15:36:44.698 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-14T15:36:44.698 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-14T15:36:44.698 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld.service is not enabled 2024-04-14T15:36:44.698 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-14T15:36:44.698 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr to start... 2024-04-14T15:36:44.698 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr... 2024-04-14T15:36:44.836 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:44 smithi037 podman[30877]: 2024-04-14 15:36:44.576708592 +0000 UTC m=+0.996101162 container init 64d78e6a3a8d452eeeb3623a8a88d1dac4d60a40646217066500ac0ce1f5aa5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=main-a971fd5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-04-14T15:36:44.836 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:44 smithi037 podman[30877]: 2024-04-14 15:36:44.583443312 +0000 UTC m=+1.002835882 container start 64d78e6a3a8d452eeeb3623a8a88d1dac4d60a40646217066500ac0ce1f5aa5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, maintainer=Guillaume Abrioux , RELEASE=main-a971fd5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-04-14T15:36:44.836 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:44 smithi037 bash[30877]: 64d78e6a3a8d452eeeb3623a8a88d1dac4d60a40646217066500ac0ce1f5aa5f 2024-04-14T15:36:44.836 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:44 smithi037 systemd[1]: Started Ceph mgr.a for 954e4e0a-fa74-11ee-bc8e-c7b262605968. 2024-04-14T15:36:45.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:45 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/3937997091' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-14T15:36:45.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:45 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:45.172+0000 7f2bb62eb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T15:36:45.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:45 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:45.269+0000 7f2bb62eb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T15:36:45.853 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:45.861 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-14T15:36:45.861 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "954e4e0a-fa74-11ee-bc8e-c7b262605968", 2024-04-14T15:36:45.861 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-14T15:36:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-14T15:36:45.863 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-14T15:36:45.864 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-14T15:36:45.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-14T15:36:45.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:45.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-14T15:36:45.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:45.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-14T15:36:45.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-14T15:36:45.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:45.865 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-14T15:36:45.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:45.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-04-14T15:36:26.818566+0000", 2024-04-14T15:36:45.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T15:36:45.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:45.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-14T15:36:45.867 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-14T15:36:45.867 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (1/15)... 2024-04-14T15:36:46.279 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:45 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:45.944+0000 7f2bb62eb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T15:36:46.279 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:46.038+0000 7f2bb62eb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T15:36:46.279 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:46.181+0000 7f2bb62eb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T15:36:46.279 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:46.278+0000 7f2bb62eb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T15:36:46.558 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:46.365+0000 7f2bb62eb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T15:36:46.861 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:46.654+0000 7f2bb62eb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T15:36:46.861 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:46.770+0000 7f2bb62eb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T15:36:46.861 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:46.860+0000 7f2bb62eb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T15:36:47.133 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:46.959+0000 7f2bb62eb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T15:36:47.577 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:47 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:47.138+0000 7f2bb62eb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T15:36:48.286 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:48 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:48.150+0000 7f2bb62eb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T15:36:48.286 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:48 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:48.286+0000 7f2bb62eb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T15:36:48.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:48 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/3328870593' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-14T15:36:48.883 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:48 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:48.628+0000 7f2bb62eb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T15:36:48.884 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:48 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:48.720+0000 7f2bb62eb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T15:36:48.985 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:48.985 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-14T15:36:48.985 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "954e4e0a-fa74-11ee-bc8e-c7b262605968", 2024-04-14T15:36:48.985 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-04-14T15:36:48.985 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-14T15:36:48.985 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-14T15:36:48.985 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-14T15:36:48.986 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:48.987 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-14T15:36:48.987 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:48.987 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-14T15:36:48.987 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-14T15:36:48.987 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-14T15:36:48.987 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-14T15:36:48.987 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-14T15:36:48.987 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-14T15:36:48.990 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:48.990 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-14T15:36:48.990 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-14T15:36:48.991 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-04-14T15:36:26.818566+0000", 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-14T15:36:48.992 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-14T15:36:48.993 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (2/15)... 2024-04-14T15:36:49.383 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:48 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:48.920+0000 7f2bb62eb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:36:49.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:49 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:49.110+0000 7f2bb62eb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T15:36:49.661 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:49 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:49.401+0000 7f2bb62eb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:36:50.133 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:49 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:49.661+0000 7f2bb62eb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T15:36:50.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:49 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:49.903+0000 7f2bb62eb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T15:36:51.110 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:50 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:50.730+0000 7f2bb62eb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T15:36:51.363 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:51.315+0000 7f2bb62eb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T15:36:51.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:51 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/433676894' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-14T15:36:51.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:51.416+0000 7f2bb62eb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T15:36:52.003 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:51.646+0000 7f2bb62eb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T15:36:52.267 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "954e4e0a-fa74-11ee-bc8e-c7b262605968", 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-14T15:36:52.268 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-14T15:36:52.269 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-14T15:36:52.273 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:52.274 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T15:36:52.275 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:52.275 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-14T15:36:52.275 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:52.275 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-04-14T15:36:26.818566+0000", 2024-04-14T15:36:52.275 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T15:36:52.275 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:52.275 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-14T15:36:52.275 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-14T15:36:52.275 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (3/15)... 2024-04-14T15:36:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: Activating manager daemon a 2024-04-14T15:36:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: mgrmap e2: a(active, starting, since 0.00315122s) 2024-04-14T15:36:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-14T15:36:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-14T15:36:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-14T15:36:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:36:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-14T15:36:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: Manager daemon a is now available 2024-04-14T15:36:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-14T15:36:52.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-14T15:36:52.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' 2024-04-14T15:36:52.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' 2024-04-14T15:36:52.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:52 smithi037 ceph-mon[30640]: from='mgr.14100 172.21.15.37:0/813116552' entity='mgr.a' 2024-04-14T15:36:54.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:53 smithi037 ceph-mon[30640]: mgrmap e3: a(active, since 1.0078s) 2024-04-14T15:36:54.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:54 smithi037 ceph-mon[30640]: mgrmap e4: a(active, since 2s) 2024-04-14T15:36:55.623 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:55.623 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-14T15:36:55.623 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "954e4e0a-fa74-11ee-bc8e-c7b262605968", 2024-04-14T15:36:55.623 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-04-14T15:36:55.623 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-14T15:36:55.623 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-14T15:36:55.623 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-14T15:36:55.623 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-14T15:36:55.624 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:55.625 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-14T15:36:55.625 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-14T15:36:55.625 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-14T15:36:55.625 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-14T15:36:55.628 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:55.629 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T15:36:55.630 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:55.631 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-14T15:36:55.631 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-14T15:36:55.631 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-04-14T15:36:26.818566+0000", 2024-04-14T15:36:55.631 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-14T15:36:55.631 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-04-14T15:36:55.631 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-14T15:36:55.631 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-14T15:36:55.631 INFO:teuthology.orchestra.run.smithi037.stdout:mgr is available 2024-04-14T15:36:55.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:55 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/928131865' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-14T15:36:56.841 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:56 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/4159221113' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-14T15:36:56.841 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:56 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/4159221113' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-14T15:36:56.845 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:56.846 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-04-14T15:36:56.846 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:36:56.846 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-14T15:36:56.846 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-14T15:36:56.846 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-14T15:36:56.846 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-14T15:36:56.846 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:56.846 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-14T15:36:56.846 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-14T15:36:56.847 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-04-14T15:36:56.847 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-04-14T15:36:56.847 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-14T15:36:56.847 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-14T15:36:56.847 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling cephadm module... 2024-04-14T15:36:57.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:57 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/3823217775' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-14T15:36:57.964 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:57 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ignoring --setuser ceph since I am not root 2024-04-14T15:36:57.964 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:57 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ignoring --setgroup ceph since I am not root 2024-04-14T15:36:58.541 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:58 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:58.234+0000 7f1135609200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T15:36:58.541 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:58 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:58.332+0000 7f1135609200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T15:36:58.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:58 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/3823217775' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-14T15:36:58.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:58 smithi037 ceph-mon[30640]: mgrmap e5: a(active, since 6s) 2024-04-14T15:36:59.220 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:59 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:59.013+0000 7f1135609200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T15:36:59.220 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:59 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:59.108+0000 7f1135609200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T15:36:59.470 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:59 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:59.254+0000 7f1135609200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T15:36:59.471 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:59 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:59.351+0000 7f1135609200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T15:36:59.471 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:59 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:59.436+0000 7f1135609200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T15:36:59.474 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-14T15:36:59.474 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-14T15:36:59.475 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-14T15:36:59.475 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-14T15:36:59.475 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-14T15:36:59.475 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-14T15:36:59.475 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-04-14T15:36:59.475 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 5... 2024-04-14T15:36:59.723 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:36:59 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/3199872647' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-14T15:37:00.025 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:59 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:59.722+0000 7f1135609200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T15:37:00.025 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:59 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:59.835+0000 7f1135609200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T15:37:00.025 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:36:59 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:36:59.926+0000 7f1135609200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T15:37:00.383 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:00 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:00.024+0000 7f1135609200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T15:37:00.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:00 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:00.202+0000 7f1135609200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T15:37:01.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:01.185+0000 7f1135609200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T15:37:01.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:01.319+0000 7f1135609200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T15:37:01.948 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:01.656+0000 7f1135609200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T15:37:01.948 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:01.747+0000 7f1135609200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T15:37:01.948 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:01.947+0000 7f1135609200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:37:02.383 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:02 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:02.139+0000 7f1135609200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T15:37:02.712 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:02 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:02.433+0000 7f1135609200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:37:02.712 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:02 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:02.711+0000 7f1135609200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T15:37:03.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:02 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:02.958+0000 7f1135609200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T15:37:04.133 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:03 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:03.793+0000 7f1135609200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T15:37:04.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:04.377+0000 7f1135609200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T15:37:04.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:04.478+0000 7f1135609200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T15:37:05.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:04.701+0000 7f1135609200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T15:37:05.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: Active manager daemon a restarted 2024-04-14T15:37:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: Activating manager daemon a 2024-04-14T15:37:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: osdmap e2: 0 total, 0 up, 0 in 2024-04-14T15:37:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: mgrmap e6: a(active, starting, since 0.00343326s) 2024-04-14T15:37:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:37:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-14T15:37:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-14T15:37:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-14T15:37:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-14T15:37:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: Manager daemon a is now available 2024-04-14T15:37:05.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:05.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:05.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:05.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:05.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:05.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:04 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-14T15:37:06.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:05 smithi037 ceph-mon[30640]: Found migration_current of "None". Setting to last migration. 2024-04-14T15:37:06.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:05 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-14T15:37:06.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:05 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:06.043 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:05 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:06.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:05 smithi037 ceph-mon[30640]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-14T15:37:06.044 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:05 smithi037 ceph-mon[30640]: mgrmap e7: a(active, since 1.00522s) 2024-04-14T15:37:06.279 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-14T15:37:06.279 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-14T15:37:06.280 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-14T15:37:06.280 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-14T15:37:06.280 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 5 is available 2024-04-14T15:37:06.280 INFO:teuthology.orchestra.run.smithi037.stdout:Setting orchestrator backend to cephadm... 2024-04-14T15:37:07.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:06 smithi037 ceph-mon[30640]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-14T15:37:07.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:06 smithi037 ceph-mon[30640]: [14/Apr/2024:15:37:05] ENGINE Bus STARTING 2024-04-14T15:37:07.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:06 smithi037 ceph-mon[30640]: [14/Apr/2024:15:37:05] ENGINE Serving on http://172.21.15.37:8765 2024-04-14T15:37:07.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:06 smithi037 ceph-mon[30640]: [14/Apr/2024:15:37:05] ENGINE Serving on https://172.21.15.37:7150 2024-04-14T15:37:07.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:06 smithi037 ceph-mon[30640]: [14/Apr/2024:15:37:05] ENGINE Bus STARTED 2024-04-14T15:37:07.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:06 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:07.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:07 smithi037 ceph-mon[30640]: mgrmap e8: a(active, since 2s) 2024-04-14T15:37:07.900 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:07 smithi037 ceph-mon[30640]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:07.900 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:07 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:07.900 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:07 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:08.700 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-14T15:37:08.700 INFO:teuthology.orchestra.run.smithi037.stdout:Generating ssh key... 2024-04-14T15:37:09.058 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:08 smithi037 ceph-mon[30640]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:09.686 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: Generating public/private rsa key pair. 2024-04-14T15:37:09.686 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: Your identification has been saved in /tmp/tmp6dfblgj3/key. 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: Your public key has been saved in /tmp/tmp6dfblgj3/key.pub. 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: The key fingerprint is: 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: SHA256:+x17X0ObnlmOesp/IW0wKCGoilhJOryNm5gVD0TQs4c ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: The key's randomart image is: 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: +---[RSA 3072]----+ 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: |.+. . | 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: | = . . . | 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: |.+ =. . . . | 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: |o.E.. . . o | 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: |oo== S . +. | 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: |o+... . ..+o| 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: |.oo . . o++| 2024-04-14T15:37:09.687 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: |oo . o o+oB| 2024-04-14T15:37:09.688 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: | . **o*o| 2024-04-14T15:37:09.688 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:09 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: +----[SHA256]-----+ 2024-04-14T15:37:10.623 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:10 smithi037 ceph-mon[30640]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:10.623 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:10 smithi037 ceph-mon[30640]: Generating ssh key... 2024-04-14T15:37:10.623 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:10 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:10.623 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:10 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:11.237 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0rFBrgWnOnjBqLgY5072W8wRnEsbr81P/mzZ1cD7iBMi4CHy7UQioTlAM5BZZJ9x96ZoXYD6MpaBkrIVpx4fNv7b++bhg1eqhppPz9AGHnBODGoD9gNJthyRkrZH66KudjFcKkb5C2FdCmfkfq1F7TJcAWz19pd1b3P2dnqJT/X0W4GLntH0iKee6OM+jDYwx6Z/FbEUfGokngGHUBMNUx1AcGYSW3tPoHCkt/yjQSWevUMQLja8nFlENkchgbxOkBSkB+D8gHlikj5/E5FKjuab65paM5NNXy4/AKNdPaw1mFhr5yWgajAaVccJEeTGrZ8PHeaaUKTz9oAp8KPIF4fEJkc8/evnci4w05UaPCOyAozsS9u/4TELhzLc9ilOBdwSiFMf9bLIev0eHRXL82pczpx0r+xvMb61vLbce65QFZ6Xt7V+mlPrAzjQGiKSl2q5wDF9TwvZdQFXjkVIub6xetieJjRPsCuP4S6k2KuwX+w6r2l3gXdV6PY0c3m8= ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:37:11.237 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-14T15:37:11.237 INFO:teuthology.orchestra.run.smithi037.stdout:Adding key to root@localhost authorized_keys... 2024-04-14T15:37:11.238 INFO:teuthology.orchestra.run.smithi037.stdout:Adding host smithi037... 2024-04-14T15:37:11.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:11 smithi037 ceph-mon[30640]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:12.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:12 smithi037 ceph-mon[30640]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:12.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:12 smithi037 ceph-mon[30640]: Deploying cephadm binary to smithi037 2024-04-14T15:37:16.927 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Added host 'smithi037' with addr '172.21.15.37' 2024-04-14T15:37:16.927 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mon service... 2024-04-14T15:37:17.555 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:17 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:17.555 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:17 smithi037 ceph-mon[30640]: Added host smithi037 2024-04-14T15:37:17.555 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:17 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:18.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:18 smithi037 ceph-mon[30640]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:18.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:18 smithi037 ceph-mon[30640]: Saving service mon spec with placement count:5 2024-04-14T15:37:18.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:18 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:19.142 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-14T15:37:19.143 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mgr service... 2024-04-14T15:37:20.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:19 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:20.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:19 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:20.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:19 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:20.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-14T15:37:21.069 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:20 smithi037 ceph-mon[30640]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:21.070 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:20 smithi037 ceph-mon[30640]: Saving service mgr spec with placement count:2 2024-04-14T15:37:22.331 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:22 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/3750905615' entity='client.admin' 2024-04-14T15:37:23.072 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling the dashboard module... 2024-04-14T15:37:23.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:23 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/3563826195' entity='client.admin' 2024-04-14T15:37:23.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:23 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:23.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:23 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:23.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:23 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:37:23.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:23 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' 2024-04-14T15:37:23.506 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:23 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-04-14T15:37:23.506 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:23 smithi037 ceph-mon[30640]: from='mgr.14120 172.21.15.37:0/3774564874' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]': finished 2024-04-14T15:37:24.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:24 smithi037 ceph-mon[30640]: Deploying daemon agent.smithi037 on smithi037 2024-04-14T15:37:24.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:24 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2228537280' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-14T15:37:24.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:24 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ignoring --setuser ceph since I am not root 2024-04-14T15:37:24.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:24 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ignoring --setgroup ceph since I am not root 2024-04-14T15:37:25.262 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:24 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:24.956+0000 7f144acf4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T15:37:25.262 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:25 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:25.053+0000 7f144acf4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T15:37:25.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:25 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2228537280' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-14T15:37:25.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:25 smithi037 ceph-mon[30640]: mgrmap e9: a(active, since 19s) 2024-04-14T15:37:25.947 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:25 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:25.729+0000 7f144acf4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T15:37:25.947 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:25 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:25.824+0000 7f144acf4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T15:37:26.193 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-14T15:37:26.193 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-14T15:37:26.193 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-14T15:37:26.193 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-14T15:37:26.193 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-14T15:37:26.193 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-14T15:37:26.193 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-04-14T15:37:26.193 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 9... 2024-04-14T15:37:26.307 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:25 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:25.970+0000 7f144acf4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T15:37:26.307 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:26 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:26.069+0000 7f144acf4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T15:37:26.307 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:26 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:26.155+0000 7f144acf4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T15:37:26.559 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:26 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/3792507919' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-14T15:37:26.559 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:26 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:26.443+0000 7f144acf4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T15:37:26.560 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:26 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:26.556+0000 7f144acf4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T15:37:26.883 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:26 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:26.651+0000 7f144acf4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T15:37:26.884 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:26 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:26.750+0000 7f144acf4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T15:37:27.224 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:26 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:26.928+0000 7f144acf4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T15:37:28.383 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:27 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:27.919+0000 7f144acf4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T15:37:28.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:28 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:28.054+0000 7f144acf4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T15:37:28.689 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:28 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:28.393+0000 7f144acf4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T15:37:28.689 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:28 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:28.486+0000 7f144acf4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T15:37:28.689 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:28 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:28.688+0000 7f144acf4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:37:29.133 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:28 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:28.881+0000 7f144acf4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T15:37:29.441 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:29 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:29.176+0000 7f144acf4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:37:29.884 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:29 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:29.438+0000 7f144acf4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T15:37:29.884 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:29 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:29.684+0000 7f144acf4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T15:37:30.883 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:30 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:30.520+0000 7f144acf4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T15:37:31.383 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:31.105+0000 7f144acf4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T15:37:31.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:31.206+0000 7f144acf4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T15:37:31.884 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:37:31.431+0000 7f144acf4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T15:37:31.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: Active manager daemon a restarted 2024-04-14T15:37:31.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: Activating manager daemon a 2024-04-14T15:37:31.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: osdmap e3: 0 total, 0 up, 0 in 2024-04-14T15:37:31.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: mgrmap e10: a(active, starting, since 0.00304983s) 2024-04-14T15:37:31.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:37:31.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-14T15:37:31.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-14T15:37:31.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-14T15:37:31.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-14T15:37:31.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: Manager daemon a is now available 2024-04-14T15:37:31.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:31.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:31 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:32.807 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-14T15:37:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-14T15:37:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:32 smithi037 ceph-mon[30640]: [14/Apr/2024:15:37:31] ENGINE Bus STARTING 2024-04-14T15:37:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:32 smithi037 ceph-mon[30640]: [14/Apr/2024:15:37:31] ENGINE Serving on https://172.21.15.37:7150 2024-04-14T15:37:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:32 smithi037 ceph-mon[30640]: [14/Apr/2024:15:37:32] ENGINE Serving on http://172.21.15.37:8765 2024-04-14T15:37:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:32 smithi037 ceph-mon[30640]: [14/Apr/2024:15:37:32] ENGINE Bus STARTED 2024-04-14T15:37:32.808 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:32 smithi037 ceph-mon[30640]: mgrmap e11: a(active, since 1.00532s) 2024-04-14T15:37:33.006 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-04-14T15:37:33.006 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-14T15:37:33.006 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-14T15:37:33.006 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-04-14T15:37:33.006 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 9 is available 2024-04-14T15:37:33.006 INFO:teuthology.orchestra.run.smithi037.stdout:Generating a dashboard self-signed certificate... 2024-04-14T15:37:33.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:33 smithi037 ceph-mon[30640]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-14T15:37:33.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:33 smithi037 ceph-mon[30640]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-14T15:37:34.611 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-14T15:37:34.611 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial admin user... 2024-04-14T15:37:34.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:34 smithi037 ceph-mon[30640]: mgrmap e12: a(active, since 2s) 2024-04-14T15:37:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:37:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-04-14T15:37:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:34 smithi037 ceph-mon[30640]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:34 smithi037 ceph-mon[30640]: Deploying daemon agent.smithi037 on smithi037 2024-04-14T15:37:35.872 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:35 smithi037 ceph-mon[30640]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:36.208 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$wpYft5iIAdqK0tn1hATgje1MGHOM1okP6uezMj8EM3ikA2jFvOTRa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713109055, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-14T15:37:36.209 INFO:teuthology.orchestra.run.smithi037.stdout:Fetching dashboard port number... 2024-04-14T15:37:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:37.415 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 8443 2024-04-14T15:37:37.424 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-14T15:37:37.424 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout disabled 2024-04-14T15:37:37.431 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-14T15:37:37.431 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-04-14T15:37:37.431 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld.service is not enabled 2024-04-14T15:37:37.431 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-14T15:37:37.433 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph Dashboard is now available at: 2024-04-14T15:37:37.433 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:37.433 INFO:teuthology.orchestra.run.smithi037.stdout: URL: https://smithi037.front.sepia.ceph.com:8443/ 2024-04-14T15:37:37.433 INFO:teuthology.orchestra.run.smithi037.stdout: User: admin 2024-04-14T15:37:37.433 INFO:teuthology.orchestra.run.smithi037.stdout: Password: tax4djbuw4 2024-04-14T15:37:37.434 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:37.434 INFO:teuthology.orchestra.run.smithi037.stdout:Saving cluster configuration to /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config directory 2024-04-14T15:37:37.434 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling autotune for osd_memory_target 2024-04-14T15:37:37.841 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:37 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2192972274' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-14T15:37:38.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:38 smithi037 ceph-mon[30640]: mgrmap e13: a(active, since 6s) 2024-04-14T15:37:40.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-14T15:37:40.202 INFO:teuthology.orchestra.run.smithi037.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-14T15:37:40.202 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:40.202 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout:Or, if you are only running a single cluster on this host: 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout: ceph telemetry on 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout:For more information see: 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:40.203 INFO:teuthology.orchestra.run.smithi037.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-14T15:37:40.204 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:40.204 INFO:teuthology.orchestra.run.smithi037.stdout:Bootstrap complete. 2024-04-14T15:37:40.246 INFO:tasks.cephadm:Fetching config... 2024-04-14T15:37:40.247 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:37:40.247 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-14T15:37:40.262 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-14T15:37:40.262 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:37:40.262 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-14T15:37:40.317 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-14T15:37:40.317 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:37:40.317 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-14T15:37:40.479 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-14T15:37:40.479 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:37:40.479 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-14T15:37:40.536 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-14T15:37:40.536 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0rFBrgWnOnjBqLgY5072W8wRnEsbr81P/mzZ1cD7iBMi4CHy7UQioTlAM5BZZJ9x96ZoXYD6MpaBkrIVpx4fNv7b++bhg1eqhppPz9AGHnBODGoD9gNJthyRkrZH66KudjFcKkb5C2FdCmfkfq1F7TJcAWz19pd1b3P2dnqJT/X0W4GLntH0iKee6OM+jDYwx6Z/FbEUfGokngGHUBMNUx1AcGYSW3tPoHCkt/yjQSWevUMQLja8nFlENkchgbxOkBSkB+D8gHlikj5/E5FKjuab65paM5NNXy4/AKNdPaw1mFhr5yWgajAaVccJEeTGrZ8PHeaaUKTz9oAp8KPIF4fEJkc8/evnci4w05UaPCOyAozsS9u/4TELhzLc9ilOBdwSiFMf9bLIev0eHRXL82pczpx0r+xvMb61vLbce65QFZ6Xt7V+mlPrAzjQGiKSl2q5wDF9TwvZdQFXjkVIub6xetieJjRPsCuP4S6k2KuwX+w6r2l3gXdV6PY0c3m8= ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-14T15:37:40.676 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0rFBrgWnOnjBqLgY5072W8wRnEsbr81P/mzZ1cD7iBMi4CHy7UQioTlAM5BZZJ9x96ZoXYD6MpaBkrIVpx4fNv7b++bhg1eqhppPz9AGHnBODGoD9gNJthyRkrZH66KudjFcKkb5C2FdCmfkfq1F7TJcAWz19pd1b3P2dnqJT/X0W4GLntH0iKee6OM+jDYwx6Z/FbEUfGokngGHUBMNUx1AcGYSW3tPoHCkt/yjQSWevUMQLja8nFlENkchgbxOkBSkB+D8gHlikj5/E5FKjuab65paM5NNXy4/AKNdPaw1mFhr5yWgajAaVccJEeTGrZ8PHeaaUKTz9oAp8KPIF4fEJkc8/evnci4w05UaPCOyAozsS9u/4TELhzLc9ilOBdwSiFMf9bLIev0eHRXL82pczpx0r+xvMb61vLbce65QFZ6Xt7V+mlPrAzjQGiKSl2q5wDF9TwvZdQFXjkVIub6xetieJjRPsCuP4S6k2KuwX+w6r2l3gXdV6PY0c3m8= ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:37:40.691 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0rFBrgWnOnjBqLgY5072W8wRnEsbr81P/mzZ1cD7iBMi4CHy7UQioTlAM5BZZJ9x96ZoXYD6MpaBkrIVpx4fNv7b++bhg1eqhppPz9AGHnBODGoD9gNJthyRkrZH66KudjFcKkb5C2FdCmfkfq1F7TJcAWz19pd1b3P2dnqJT/X0W4GLntH0iKee6OM+jDYwx6Z/FbEUfGokngGHUBMNUx1AcGYSW3tPoHCkt/yjQSWevUMQLja8nFlENkchgbxOkBSkB+D8gHlikj5/E5FKjuab65paM5NNXy4/AKNdPaw1mFhr5yWgajAaVccJEeTGrZ8PHeaaUKTz9oAp8KPIF4fEJkc8/evnci4w05UaPCOyAozsS9u/4TELhzLc9ilOBdwSiFMf9bLIev0eHRXL82pczpx0r+xvMb61vLbce65QFZ6Xt7V+mlPrAzjQGiKSl2q5wDF9TwvZdQFXjkVIub6xetieJjRPsCuP4S6k2KuwX+w6r2l3gXdV6PY0c3m8= ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-14T15:37:40.737 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0rFBrgWnOnjBqLgY5072W8wRnEsbr81P/mzZ1cD7iBMi4CHy7UQioTlAM5BZZJ9x96ZoXYD6MpaBkrIVpx4fNv7b++bhg1eqhppPz9AGHnBODGoD9gNJthyRkrZH66KudjFcKkb5C2FdCmfkfq1F7TJcAWz19pd1b3P2dnqJT/X0W4GLntH0iKee6OM+jDYwx6Z/FbEUfGokngGHUBMNUx1AcGYSW3tPoHCkt/yjQSWevUMQLja8nFlENkchgbxOkBSkB+D8gHlikj5/E5FKjuab65paM5NNXy4/AKNdPaw1mFhr5yWgajAaVccJEeTGrZ8PHeaaUKTz9oAp8KPIF4fEJkc8/evnci4w05UaPCOyAozsS9u/4TELhzLc9ilOBdwSiFMf9bLIev0eHRXL82pczpx0r+xvMb61vLbce65QFZ6Xt7V+mlPrAzjQGiKSl2q5wDF9TwvZdQFXjkVIub6xetieJjRPsCuP4S6k2KuwX+w6r2l3gXdV6PY0c3m8= ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:37:40.752 DEBUG:teuthology.orchestra.run.smithi193:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0rFBrgWnOnjBqLgY5072W8wRnEsbr81P/mzZ1cD7iBMi4CHy7UQioTlAM5BZZJ9x96ZoXYD6MpaBkrIVpx4fNv7b++bhg1eqhppPz9AGHnBODGoD9gNJthyRkrZH66KudjFcKkb5C2FdCmfkfq1F7TJcAWz19pd1b3P2dnqJT/X0W4GLntH0iKee6OM+jDYwx6Z/FbEUfGokngGHUBMNUx1AcGYSW3tPoHCkt/yjQSWevUMQLja8nFlENkchgbxOkBSkB+D8gHlikj5/E5FKjuab65paM5NNXy4/AKNdPaw1mFhr5yWgajAaVccJEeTGrZ8PHeaaUKTz9oAp8KPIF4fEJkc8/evnci4w05UaPCOyAozsS9u/4TELhzLc9ilOBdwSiFMf9bLIev0eHRXL82pczpx0r+xvMb61vLbce65QFZ6Xt7V+mlPrAzjQGiKSl2q5wDF9TwvZdQFXjkVIub6xetieJjRPsCuP4S6k2KuwX+w6r2l3gXdV6PY0c3m8= ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-14T15:37:40.798 INFO:teuthology.orchestra.run.smithi193.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0rFBrgWnOnjBqLgY5072W8wRnEsbr81P/mzZ1cD7iBMi4CHy7UQioTlAM5BZZJ9x96ZoXYD6MpaBkrIVpx4fNv7b++bhg1eqhppPz9AGHnBODGoD9gNJthyRkrZH66KudjFcKkb5C2FdCmfkfq1F7TJcAWz19pd1b3P2dnqJT/X0W4GLntH0iKee6OM+jDYwx6Z/FbEUfGokngGHUBMNUx1AcGYSW3tPoHCkt/yjQSWevUMQLja8nFlENkchgbxOkBSkB+D8gHlikj5/E5FKjuab65paM5NNXy4/AKNdPaw1mFhr5yWgajAaVccJEeTGrZ8PHeaaUKTz9oAp8KPIF4fEJkc8/evnci4w05UaPCOyAozsS9u/4TELhzLc9ilOBdwSiFMf9bLIev0eHRXL82pczpx0r+xvMb61vLbce65QFZ6Xt7V+mlPrAzjQGiKSl2q5wDF9TwvZdQFXjkVIub6xetieJjRPsCuP4S6k2KuwX+w6r2l3gXdV6PY0c3m8= ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:37:40.814 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-14T15:37:40.822 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:40 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2991877014' entity='client.admin' 2024-04-14T15:37:41.195 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:37:42.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:42.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.506 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.506 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.506 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:42.506 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.506 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:42.506 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:42 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:43.579 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-14T15:37:43.580 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-14T15:37:44.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:43 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/4246588868' entity='client.admin' 2024-04-14T15:37:44.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:43 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:44.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:43 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:44.878 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:37:48.362 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2024-04-14T15:37:48.363 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:37:48.363 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2024-04-14T15:37:48.381 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:37:48.381 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:37:48.438 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2024-04-14T15:37:48.438 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch host add smithi192 2024-04-14T15:37:48.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:48.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:48.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:48.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:48.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:48.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:48.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:37:48.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:37:48.699 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:37:49.509 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:49 smithi037 ceph-mon[30640]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:49.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:49 smithi037 ceph-mon[30640]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-14T15:37:49.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:49 smithi037 ceph-mon[30640]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:37:49.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:49 smithi037 ceph-mon[30640]: Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:37:49.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:49 smithi037 ceph-mon[30640]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:37:49.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:49 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:49.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:49 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:49.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:49 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:51.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:51 smithi037 ceph-mon[30640]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:37:51.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:51 smithi037 ceph-mon[30640]: Deploying cephadm binary to smithi192 2024-04-14T15:37:52.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:52 smithi037 ceph-mon[30640]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:37:54.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:54 smithi037 ceph-mon[30640]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:37:55.027 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi192' with addr '172.21.15.192' 2024-04-14T15:37:55.632 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch host ls --format=json 2024-04-14T15:37:55.876 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:37:56.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:56 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:56.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:56 smithi037 ceph-mon[30640]: Added host smithi192 2024-04-14T15:37:56.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:56 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:56.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:56 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:57.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]: dispatch 2024-04-14T15:37:57.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-04-14T15:37:57.638 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:37:57.639 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2024-04-14T15:37:58.246 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:58 smithi037 ceph-mon[30640]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:37:58.246 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:58 smithi037 ceph-mon[30640]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:37:58.272 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi193 2024-04-14T15:37:58.272 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:37:58.272 DEBUG:teuthology.orchestra.run.smithi193:> dd of=/etc/ceph/ceph.conf 2024-04-14T15:37:58.290 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:37:58.290 DEBUG:teuthology.orchestra.run.smithi193:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:37:58.347 INFO:tasks.cephadm:Adding host smithi193 to orchestrator... 2024-04-14T15:37:58.348 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch host add smithi193 2024-04-14T15:37:58.586 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:37:59.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:37:59.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:37:59.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: Deploying daemon agent.smithi192 on smithi192 2024-04-14T15:37:59.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:59.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:59.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:37:59.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:37:59.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:37:59.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:37:59.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:37:59 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:00.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:00 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:00.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:00 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:00.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:00 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:00.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:00 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:00.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:00 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:00.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:00 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:00.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:00 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:01.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:01 smithi037 ceph-mon[30640]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:01.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:01 smithi037 ceph-mon[30640]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi193", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:02.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:02 smithi037 ceph-mon[30640]: Deploying cephadm binary to smithi193 2024-04-14T15:38:02.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:03.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:03 smithi037 ceph-mon[30640]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:03.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:03.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:03.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:03.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:03.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:04.833 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi193' with addr '172.21.15.193' 2024-04-14T15:38:05.405 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch host ls --format=json 2024-04-14T15:38:05.651 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:38:05.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:05 smithi037 ceph-mon[30640]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:05.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:05.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:05.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:06.744 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:06 smithi037 ceph-mon[30640]: Added host smithi193 2024-04-14T15:38:06.744 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:06.744 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:06.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:38:06.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:06.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:07.518 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:38:07.518 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}, {"addr": "172.21.15.193", "hostname": "smithi193", "labels": [], "status": ""}] 2024-04-14T15:38:07.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:07 smithi037 ceph-mon[30640]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:07.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:07 smithi037 ceph-mon[30640]: Updating smithi193:/etc/ceph/ceph.conf 2024-04-14T15:38:07.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:07 smithi037 ceph-mon[30640]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:07.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:07 smithi037 ceph-mon[30640]: Updating smithi193:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:38:07.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:07 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:07.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:07 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:07.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:07 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi193", "caps": []}]: dispatch 2024-04-14T15:38:07.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:07 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi193", "caps": []}]': finished 2024-04-14T15:38:08.043 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-14T15:38:08.043 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph osd crush tunables default 2024-04-14T15:38:08.282 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:38:08.720 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:08 smithi037 ceph-mon[30640]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: Deploying daemon agent.smithi193 on smithi193 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:09.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:09.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:09.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:09.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:09.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:10.635 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2024-04-14T15:38:10.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:10 smithi037 ceph-mon[30640]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:10.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:10 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:10.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:10 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:10.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:10 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/505071842' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-14T15:38:11.248 INFO:tasks.cephadm:Adding mon.a on smithi037 2024-04-14T15:38:11.248 INFO:tasks.cephadm:Adding mon.b on smithi192 2024-04-14T15:38:11.248 INFO:tasks.cephadm:Adding mon.c on smithi193 2024-04-14T15:38:11.249 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch apply mon '3;smithi037:172.21.15.37=a;smithi192:172.21.15.192=b;smithi193:172.21.15.193=c' 2024-04-14T15:38:11.501 INFO:teuthology.orchestra.run.smithi193.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:12.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:11 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/505071842' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-14T15:38:12.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:11 smithi037 ceph-mon[30640]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T15:38:12.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:11 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:13.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:12 smithi037 ceph-mon[30640]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:13.824 INFO:teuthology.orchestra.run.smithi193.stdout:Scheduled mon update... 2024-04-14T15:38:14.441 DEBUG:teuthology.orchestra.run.smithi192:mon.b> sudo journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.b.service 2024-04-14T15:38:14.444 DEBUG:teuthology.orchestra.run.smithi193:mon.c> sudo journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.c.service 2024-04-14T15:38:14.446 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-14T15:38:14.446 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph mon dump -f json 2024-04-14T15:38:14.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:14 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:14.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:14 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:14.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:14 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:14.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:14 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:14.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:14 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:14.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:14 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:14.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:14 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:14.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:14 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:14.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:14 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:15.266 INFO:teuthology.orchestra.run.smithi193.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:15.536 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:15 smithi037 ceph-mon[30640]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:15.536 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:15 smithi037 ceph-mon[30640]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi192:172.21.15.192=b;smithi193:172.21.15.193=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:15.536 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:15 smithi037 ceph-mon[30640]: Saving service mon spec with placement smithi037:172.21.15.37=a;smithi192:172.21.15.192=b;smithi193:172.21.15.193=c;count:3 2024-04-14T15:38:15.536 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:15 smithi037 ceph-mon[30640]: Deploying daemon mon.c on smithi193 2024-04-14T15:38:17.634 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:17 smithi193 systemd[1]: Starting Ceph mon.c for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:38:17.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:17 smithi037 ceph-mon[30640]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.220 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 podman[32062]: 2024-04-14 15:38:17.972770235 +0000 UTC m=+0.199458043 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T15:38:18.220 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 podman[32062]: 2024-04-14 15:38:18.098960556 +0000 UTC m=+0.325648406 container create 2172bb2608f5c45b313ab077d09e0bf324ed67ac64018a575261b1eac957fcee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, ceph=True) 2024-04-14T15:38:18.564 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 podman[32062]: 2024-04-14 15:38:18.535220765 +0000 UTC m=+0.761908569 container init 2172bb2608f5c45b313ab077d09e0bf324ed67ac64018a575261b1eac957fcee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-c, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS) 2024-04-14T15:38:18.565 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 podman[32062]: 2024-04-14 15:38:18.540995758 +0000 UTC m=+0.767683563 container start 2172bb2608f5c45b313ab077d09e0bf324ed67ac64018a575261b1eac957fcee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-c, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403) 2024-04-14T15:38:18.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: set uid:gid to 167:167 (ceph:ceph) 2024-04-14T15:38:18.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev), process ceph-mon, pid 7 2024-04-14T15:38:18.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pidfile_write: ignore empty --pid-file 2024-04-14T15:38:18.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: load: jerasure load: lrc 2024-04-14T15:38:18.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: RocksDB version: 7.9.2 2024-04-14T15:38:18.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Git sha 0 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Compile date 2024-04-06 20:28:24 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: DB SUMMARY 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: DB Session ID: S9VD5BQ3HG7B837SWISL 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: CURRENT file: CURRENT 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: IDENTITY file: IDENTITY 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.error_if_exists: 0 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.create_if_missing: 0 2024-04-14T15:38:18.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.paranoid_checks: 1 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.env: 0x55f8621a5c60 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.fs: PosixFileSystem 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.info_log: 0x55f864425be0 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_file_opening_threads: 16 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.statistics: (nil) 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.use_fsync: 0 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_log_file_size: 0 2024-04-14T15:38:18.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.keep_log_file_num: 1000 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.recycle_log_file_num: 0 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.allow_fallocate: 1 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.allow_mmap_reads: 0 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.allow_mmap_writes: 0 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.use_direct_reads: 0 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.create_missing_column_families: 0 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.db_log_dir: 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.wal_dir: 2024-04-14T15:38:18.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.advise_random_on_open: 1 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.db_write_buffer_size: 0 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.write_buffer_manager: 0x55f8643f61e0 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-14T15:38:18.886 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.rate_limiter: (nil) 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.wal_recovery_mode: 2 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.enable_thread_tracking: 0 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.enable_pipelined_write: 0 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.unordered_write: 0 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.row_cache: None 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.wal_filter: None 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-14T15:38:18.887 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.allow_ingest_behind: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.two_write_queues: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.manual_wal_flush: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.wal_compression: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.atomic_flush: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.log_readahead_size: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.best_efforts_recovery: 0 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-14T15:38:18.888 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.allow_data_in_errors: 0 2024-04-14T15:38:18.889 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.db_host_id: __hostname__ 2024-04-14T15:38:18.889 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-14T15:38:18.890 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_background_jobs: 2 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_background_compactions: -1 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_subcompactions: 1 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_total_wal_size: 0 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_open_files: -1 2024-04-14T15:38:18.891 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bytes_per_sync: 0 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_readahead_size: 0 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_background_flushes: -1 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Compression algorithms supported: 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: kZSTD supported: 0 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: kXpressCompression supported: 0 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: kLZ4HCCompression supported: 1 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: kZlibCompression supported: 1 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: kSnappyCompression supported: 1 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: kLZ4Compression supported: 1 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: kBZip2Compression supported: 0 2024-04-14T15:38:18.892 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.merge_operator: 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_filter: None 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_filter_factory: None 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.sst_partitioner_factory: None 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f864425dc0) 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout: cache_index_and_filter_blocks: 1 2024-04-14T15:38:18.893 INFO:journalctl@ceph.mon.c.smithi193.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: pin_top_level_index_and_filter: 1 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: index_type: 0 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: data_block_index_type: 0 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: index_shortening: 1 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: checksum: 4 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: no_block_cache: 0 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: block_cache: 0x55f864429090 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: block_cache_name: BinnedLRUCache 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: block_cache_options: 2024-04-14T15:38:18.894 INFO:journalctl@ceph.mon.c.smithi193.stdout: capacity : 536870912 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: num_shard_bits : 4 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: strict_capacity_limit : 0 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: high_pri_pool_ratio: 0.000 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: block_cache_compressed: (nil) 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: persistent_cache: (nil) 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: block_size: 4096 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: block_size_deviation: 10 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: block_restart_interval: 16 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: index_block_restart_interval: 1 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: metadata_block_size: 4096 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: partition_filters: 0 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: use_delta_encoding: 1 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: filter_policy: bloomfilter 2024-04-14T15:38:18.895 INFO:journalctl@ceph.mon.c.smithi193.stdout: whole_key_filtering: 1 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout: verify_compression: 0 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout: read_amp_bytes_per_bit: 0 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout: format_version: 5 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout: enable_index_compression: 1 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout: block_align: 0 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout: max_auto_readahead_size: 262144 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout: prepopulate_block_cache: 0 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout: initial_auto_readahead_size: 8192 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout: num_file_reads_for_auto_readahead: 2 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.write_buffer_size: 33554432 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_write_buffer_number: 2 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression: NoCompression 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression: Disabled 2024-04-14T15:38:18.896 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.prefix_extractor: nullptr 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.num_levels: 7 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-14T15:38:18.897 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression_opts.level: 32767 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression_opts.strategy: 0 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression_opts.enabled: false 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-14T15:38:18.898 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.target_file_size_base: 67108864 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-14T15:38:18.899 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.arena_block_size: 1048576 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.disable_auto_compactions: 0 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-14T15:38:18.900 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.inplace_update_support: 0 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.bloom_locality: 0 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.max_successive_merges: 0 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.paranoid_file_checks: 0 2024-04-14T15:38:18.901 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.force_consistency_checks: 1 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.report_bg_io_stats: 0 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.ttl: 2592000 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.enable_blob_files: false 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.min_blob_size: 0 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.blob_file_size: 268435456 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-14T15:38:18.902 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.blob_file_starting_level: 0 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 52db7eef-3c67-4980-81f9-f1f608c7319e 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713109098581837, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713109098582249, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "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": 1713109098, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "52db7eef-3c67-4980-81f9-f1f608c7319e", "db_session_id": "S9VD5BQ3HG7B837SWISL", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713109098582329, "job": 1, "event": "recovery_finished"} 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f864518000 2024-04-14T15:38:18.903 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: DB pointer 0x55f864502000 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout: ** DB Stats ** 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.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-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.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-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout: 2024-04-14T15:38:18.904 INFO:journalctl@ceph.mon.c.smithi193.stdout: ** Compaction Stats [default] ** 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.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-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.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 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.stdout: 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.stdout: ** Compaction Stats [default] ** 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.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-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.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 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.stdout: 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-14T15:38:18.905 INFO:journalctl@ceph.mon.c.smithi193.stdout: 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: Cumulative compaction: 0.00 GB write, 0.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: Interval compaction: 0.00 GB write, 0.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.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-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: Block cache BinnedLRUCache@0x55f864429090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-14T15:38:18.906 INFO:journalctl@ceph.mon.c.smithi193.stdout: 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: using public_addr v2:172.21.15.193:0/0 -> [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: starting mon.c rank -1 at public addrs [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] at bind addrs [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(???) e0 preinit fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).mds e1 new map 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).mds e1 print_map 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout: e1 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.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-14T15:38:18.907 INFO:journalctl@ceph.mon.c.smithi193.stdout: legacy client fscid: -1 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout: 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout: No filesystems configured 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.908 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Added host smithi192 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.909 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]: dispatch 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Deploying daemon agent.smithi192 on smithi192 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:18.910 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi193", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Deploying cephadm binary to smithi193 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.911 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 bash[32062]: 2172bb2608f5c45b313ab077d09e0bf324ed67ac64018a575261b1eac957fcee 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Added host smithi193 2024-04-14T15:38:18.912 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Updating smithi193:/etc/ceph/ceph.conf 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Updating smithi193:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.913 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi193", "caps": []}]: dispatch 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi193", "caps": []}]': finished 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Deploying daemon agent.smithi193 on smithi193 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.914 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/505071842' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/505071842' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.915 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi192:172.21.15.192=b;smithi193:172.21.15.193=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Saving service mon spec with placement smithi037:172.21.15.37=a;smithi192:172.21.15.192=b;smithi193:172.21.15.193=c;count:3 2024-04-14T15:38:18.916 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: Deploying daemon mon.c on smithi193 2024-04-14T15:38:18.917 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:18.917 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 ceph-mon[32147]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-14T15:38:18.917 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:18 smithi193 systemd[1]: Started Ceph mon.c for 954e4e0a-fa74-11ee-bc8e-c7b262605968. 2024-04-14T15:38:23.627 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:38:23.627 INFO:teuthology.orchestra.run.smithi193.stdout:{"epoch":2,"fsid":"954e4e0a-fa74-11ee-bc8e-c7b262605968","modified":"2024-04-14T15:38:18.606099Z","created":"2024-04-14T15:36:23.832921Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:3300","nonce":0},{"type":"v1","addr":"172.21.15.193:6789","nonce":0}]},"addr":"172.21.15.193:6789/0","public_addr":"172.21.15.193:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-14T15:38:23.629 INFO:teuthology.orchestra.run.smithi193.stderr:dumped monmap epoch 2 2024-04-14T15:38:23.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:38:23.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: mon.a calling monitor election 2024-04-14T15:38:23.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='client.? 172.21.15.193:0/339796723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-14T15:38:23.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: mon.c calling monitor election 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: monmap epoch 2 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:23.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: last_changed 2024-04-14T15:38:18.606099+0000 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: created 2024-04-14T15:36:23.832921+0000 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: min_mon_release 19 (squid) 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: election_strategy: 1 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: 1: [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon.c 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: fsmap 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: mgrmap e13: a(active, since 52s) 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: overall HEALTH_OK 2024-04-14T15:38:23.884 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:23.885 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:23.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:38:23.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: mon.a calling monitor election 2024-04-14T15:38:23.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='client.? 172.21.15.193:0/339796723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-14T15:38:23.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: mon.c calling monitor election 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: monmap epoch 2 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:23.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: last_changed 2024-04-14T15:38:18.606099+0000 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: created 2024-04-14T15:36:23.832921+0000 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: min_mon_release 19 (squid) 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: election_strategy: 1 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: 1: [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon.c 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: fsmap 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: mgrmap e13: a(active, since 52s) 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: overall HEALTH_OK 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:23.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:23.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:25.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:24 smithi193 ceph-mon[32147]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:25.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:24 smithi193 ceph-mon[32147]: Deploying daemon mon.b on smithi192 2024-04-14T15:38:25.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:25.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:24 smithi037 ceph-mon[30640]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:25.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:24 smithi037 ceph-mon[30640]: Deploying daemon mon.b on smithi192 2024-04-14T15:38:25.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:25.223 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-14T15:38:25.224 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph mon dump -f json 2024-04-14T15:38:25.470 INFO:teuthology.orchestra.run.smithi193.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.c/config 2024-04-14T15:38:25.884 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:38:25 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:38:25.606+0000 7f1400e96700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-14T15:38:26.832 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:26 smithi193 ceph-mon[32147]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:26 smithi037 ceph-mon[30640]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.370 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:38:27.370 INFO:teuthology.orchestra.run.smithi193.stdout:{"epoch":2,"fsid":"954e4e0a-fa74-11ee-bc8e-c7b262605968","modified":"2024-04-14T15:38:18.606099Z","created":"2024-04-14T15:36:23.832921Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:3300","nonce":0},{"type":"v1","addr":"172.21.15.193:6789","nonce":0}]},"addr":"172.21.15.193:6789/0","public_addr":"172.21.15.193:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-14T15:38:27.373 INFO:teuthology.orchestra.run.smithi193.stderr:dumped monmap epoch 2 2024-04-14T15:38:27.593 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 podman[31930]: 2024-04-14 15:38:27.569302823 +0000 UTC m=+0.344242904 container start 7bccb10cb4572821552817a4d75e27bfb19d2fc562bc9420e64fba9f55ec4c4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-b, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-14T15:38:27.594 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: set uid:gid to 167:167 (ceph:ceph) 2024-04-14T15:38:27.594 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: ceph version 19.0.0-2778-ga971fd5f (a971fd5f5719038c70b817bafacd6d5400b1d888) squid (dev), process ceph-mon, pid 7 2024-04-14T15:38:27.594 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pidfile_write: ignore empty --pid-file 2024-04-14T15:38:27.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: load: jerasure load: lrc 2024-04-14T15:38:27.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: RocksDB version: 7.9.2 2024-04-14T15:38:27.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Git sha 0 2024-04-14T15:38:27.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Compile date 2024-04-06 20:28:24 2024-04-14T15:38:27.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: DB SUMMARY 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: DB Session ID: ZMTXPPAB70CQ8R6AEMGP 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: CURRENT file: CURRENT 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: IDENTITY file: IDENTITY 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.error_if_exists: 0 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.create_if_missing: 0 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.paranoid_checks: 1 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-14T15:38:27.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.env: 0x5607a0e5bc60 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.fs: PosixFileSystem 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.info_log: 0x5607a30e3be0 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_file_opening_threads: 16 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.statistics: (nil) 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.use_fsync: 0 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_log_file_size: 0 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.keep_log_file_num: 1000 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.recycle_log_file_num: 0 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.allow_fallocate: 1 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.allow_mmap_reads: 0 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.allow_mmap_writes: 0 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.use_direct_reads: 0 2024-04-14T15:38:27.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-14T15:38:27.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.create_missing_column_families: 0 2024-04-14T15:38:27.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.db_log_dir: 2024-04-14T15:38:27.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.wal_dir: 2024-04-14T15:38:27.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-14T15:38:27.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-14T15:38:27.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-14T15:38:27.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-14T15:38:27.910 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-14T15:38:27.910 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-14T15:38:27.910 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.advise_random_on_open: 1 2024-04-14T15:38:27.910 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.db_write_buffer_size: 0 2024-04-14T15:38:27.910 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.write_buffer_manager: 0x5607a30b41e0 2024-04-14T15:38:27.910 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-14T15:38:27.910 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-14T15:38:27.910 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.rate_limiter: (nil) 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.wal_recovery_mode: 2 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.enable_thread_tracking: 0 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.enable_pipelined_write: 0 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.unordered_write: 0 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.row_cache: None 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.wal_filter: None 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-14T15:38:27.911 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.allow_ingest_behind: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.two_write_queues: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.manual_wal_flush: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.wal_compression: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.atomic_flush: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.log_readahead_size: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.best_efforts_recovery: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.allow_data_in_errors: 0 2024-04-14T15:38:27.912 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.db_host_id: __hostname__ 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_background_jobs: 2 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_background_compactions: -1 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_subcompactions: 1 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_total_wal_size: 0 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_open_files: -1 2024-04-14T15:38:27.913 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bytes_per_sync: 0 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_readahead_size: 0 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_background_flushes: -1 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Compression algorithms supported: 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: kZSTD supported: 0 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: kXpressCompression supported: 0 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: kLZ4HCCompression supported: 1 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: kZlibCompression supported: 1 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: kSnappyCompression supported: 1 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: kLZ4Compression supported: 1 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: kBZip2Compression supported: 0 2024-04-14T15:38:27.914 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.merge_operator: 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_filter: None 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_filter_factory: None 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.sst_partitioner_factory: None 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5607a30e3dc0) 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout: cache_index_and_filter_blocks: 1 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-14T15:38:27.915 INFO:journalctl@ceph.mon.b.smithi192.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: pin_top_level_index_and_filter: 1 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: index_type: 0 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: data_block_index_type: 0 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: index_shortening: 1 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: checksum: 4 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: no_block_cache: 0 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_cache: 0x5607a30e7090 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_cache_name: BinnedLRUCache 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_cache_options: 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: capacity : 536870912 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: num_shard_bits : 4 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: strict_capacity_limit : 0 2024-04-14T15:38:27.916 INFO:journalctl@ceph.mon.b.smithi192.stdout: high_pri_pool_ratio: 0.000 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_cache_compressed: (nil) 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: persistent_cache: (nil) 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_size: 4096 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_size_deviation: 10 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_restart_interval: 16 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: index_block_restart_interval: 1 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: metadata_block_size: 4096 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: partition_filters: 0 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: use_delta_encoding: 1 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: filter_policy: bloomfilter 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: whole_key_filtering: 1 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: verify_compression: 0 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: read_amp_bytes_per_bit: 0 2024-04-14T15:38:27.917 INFO:journalctl@ceph.mon.b.smithi192.stdout: format_version: 5 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout: enable_index_compression: 1 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_align: 0 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout: max_auto_readahead_size: 262144 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout: prepopulate_block_cache: 0 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout: initial_auto_readahead_size: 8192 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout: num_file_reads_for_auto_readahead: 2 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.write_buffer_size: 33554432 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_write_buffer_number: 2 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression: NoCompression 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression: Disabled 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.prefix_extractor: nullptr 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.num_levels: 7 2024-04-14T15:38:27.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression_opts.level: 32767 2024-04-14T15:38:27.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression_opts.strategy: 0 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression_opts.enabled: false 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.target_file_size_base: 67108864 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-14T15:38:27.920 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.arena_block_size: 1048576 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.disable_auto_compactions: 0 2024-04-14T15:38:27.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.inplace_update_support: 0 2024-04-14T15:38:27.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.bloom_locality: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.max_successive_merges: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.paranoid_file_checks: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.force_consistency_checks: 1 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.report_bg_io_stats: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.ttl: 2592000 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.enable_blob_files: false 2024-04-14T15:38:27.923 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.min_blob_size: 0 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.blob_file_size: 268435456 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.blob_file_starting_level: 0 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5ef5ee04-5d8b-4a6f-b7a0-47866d9ea79f 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713109107599524, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-14T15:38:27.924 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713109107599938, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "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": 1713109107, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5ef5ee04-5d8b-4a6f-b7a0-47866d9ea79f", "db_session_id": "ZMTXPPAB70CQ8R6AEMGP", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713109107600017, "job": 1, "event": "recovery_finished"} 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5607a31d6000 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: DB pointer 0x5607a31c0000 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout: ** DB Stats ** 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.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-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T15:38:27.925 INFO:journalctl@ceph.mon.b.smithi192.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-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: ** Compaction Stats [default] ** 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.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-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.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 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: ** Compaction Stats [default] ** 2024-04-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.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-14T15:38:27.926 INFO:journalctl@ceph.mon.b.smithi192.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.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 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: Cumulative compaction: 0.00 GB write, 0.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: Interval compaction: 0.00 GB write, 0.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.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-14T15:38:27.927 INFO:journalctl@ceph.mon.b.smithi192.stdout: Block cache BinnedLRUCache@0x5607a30e7090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: using public_addr v2:172.21.15.192:0/0 -> [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: starting mon.b rank -1 at public addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] at bind addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(???) e0 preinit fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).mds e1 new map 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).mds e1 print_map 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout: e1 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.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-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout: legacy client fscid: -1 2024-04-14T15:38:27.928 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout: No filesystems configured 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.929 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Added host smithi192 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]: dispatch 2024-04-14T15:38:27.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Deploying daemon agent.smithi192 on smithi192 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi193", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Deploying cephadm binary to smithi193 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.932 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Added host smithi193 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Updating smithi193:/etc/ceph/ceph.conf 2024-04-14T15:38:27.933 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Updating smithi193:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi193", "caps": []}]: dispatch 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi193", "caps": []}]': finished 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Deploying daemon agent.smithi193 on smithi193 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.934 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/505071842' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/505071842' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-14T15:38:27.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.936 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi192:172.21.15.192=b;smithi193:172.21.15.193=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Saving service mon spec with placement smithi037:172.21.15.37=a;smithi192:172.21.15.192=b;smithi193:172.21.15.193=c;count:3 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Deploying daemon mon.c on smithi193 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.a calling monitor election 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='client.? 172.21.15.193:0/339796723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.c calling monitor election 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:27.937 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: monmap epoch 2 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: last_changed 2024-04-14T15:38:18.606099+0000 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: created 2024-04-14T15:36:23.832921+0000 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: min_mon_release 19 (squid) 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: election_strategy: 1 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: 1: [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon.c 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: fsmap 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mgrmap e13: a(active, since 52s) 2024-04-14T15:38:27.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: overall HEALTH_OK 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: Deploying daemon mon.b on smithi192 2024-04-14T15:38:27.939 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:27.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:27.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 ceph-mon[31968]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-14T15:38:27.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 bash[31930]: 7bccb10cb4572821552817a4d75e27bfb19d2fc562bc9420e64fba9f55ec4c4f 2024-04-14T15:38:27.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:27 smithi192 systemd[1]: Started Ceph mon.b for 954e4e0a-fa74-11ee-bc8e-c7b262605968. 2024-04-14T15:38:28.969 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-14T15:38:28.970 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph mon dump -f json 2024-04-14T15:38:29.212 INFO:teuthology.orchestra.run.smithi193.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.c/config 2024-04-14T15:38:32.992 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:32.992 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:38:32.992 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: mon.a calling monitor election 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: mon.c calling monitor election 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: mon.b calling monitor election 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: monmap epoch 3 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:32.993 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: last_changed 2024-04-14T15:38:27.626695+0000 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: created 2024-04-14T15:36:23.832921+0000 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: min_mon_release 19 (squid) 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: election_strategy: 1 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: 1: [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon.c 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: 2: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.b 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: fsmap 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: mgrmap e13: a(active, since 61s) 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: overall HEALTH_OK 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:32.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: mon.a calling monitor election 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: mon.c calling monitor election 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: mon.b calling monitor election 2024-04-14T15:38:33.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: monmap epoch 3 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: last_changed 2024-04-14T15:38:27.626695+0000 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: created 2024-04-14T15:36:23.832921+0000 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: min_mon_release 19 (squid) 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: election_strategy: 1 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: 1: [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon.c 2024-04-14T15:38:33.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: 2: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.b 2024-04-14T15:38:33.134 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: fsmap 2024-04-14T15:38:33.134 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T15:38:33.134 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: mgrmap e13: a(active, since 61s) 2024-04-14T15:38:33.134 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: overall HEALTH_OK 2024-04-14T15:38:33.134 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.134 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.134 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.134 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: mon.a calling monitor election 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: mon.c calling monitor election 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: mon.b calling monitor election 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: monmap epoch 3 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: last_changed 2024-04-14T15:38:27.626695+0000 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: created 2024-04-14T15:36:23.832921+0000 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: min_mon_release 19 (squid) 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: election_strategy: 1 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: 1: [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon.c 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: 2: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.b 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: fsmap 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: osdmap e4: 0 total, 0 up, 0 in 2024-04-14T15:38:33.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: mgrmap e13: a(active, since 61s) 2024-04-14T15:38:33.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: overall HEALTH_OK 2024-04-14T15:38:33.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: Updating smithi193:/etc/ceph/ceph.conf 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:33.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: Updating smithi193:/etc/ceph/ceph.conf 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:34.024 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: Updating smithi193:/etc/ceph/ceph.conf 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:34.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:38:34.451 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-04-14T15:38:34.451 INFO:teuthology.orchestra.run.smithi193.stdout:{"epoch":3,"fsid":"954e4e0a-fa74-11ee-bc8e-c7b262605968","modified":"2024-04-14T15:38:27.626695Z","created":"2024-04-14T15:36:23.832921Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:3300","nonce":0},{"type":"v1","addr":"172.21.15.193:6789","nonce":0}]},"addr":"172.21.15.193:6789/0","public_addr":"172.21.15.193:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-14T15:38:34.452 INFO:teuthology.orchestra.run.smithi193.stderr:dumped monmap epoch 3 2024-04-14T15:38:35.370 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-14T15:38:35.370 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph config generate-minimal-conf 2024-04-14T15:38:35.617 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:38:35.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:35.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: Reconfiguring mon.a (unknown last config time)... 2024-04-14T15:38:35.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: Reconfiguring daemon mon.a on smithi037 2024-04-14T15:38:35.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: from='client.? 172.21.15.193:0/1029122816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-14T15:38:35.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:35.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T15:38:35.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:35.725 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:35.725 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: Reconfiguring mon.a (unknown last config time)... 2024-04-14T15:38:35.725 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: Reconfiguring daemon mon.a on smithi037 2024-04-14T15:38:35.725 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: from='client.? 172.21.15.193:0/1029122816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-14T15:38:35.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:35.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T15:38:35.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:35.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: Reconfiguring mon.a (unknown last config time)... 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: Reconfiguring daemon mon.a on smithi037 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: from='client.? 172.21.15.193:0/1029122816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T15:38:35.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:36.714 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:36 smithi037 ceph-mon[30640]: Reconfiguring mon.b (monmap changed)... 2024-04-14T15:38:36.714 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:36 smithi037 ceph-mon[30640]: Reconfiguring daemon mon.b on smithi192 2024-04-14T15:38:36.714 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.714 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.714 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.714 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.714 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.715 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:36 smithi193 ceph-mon[32147]: Reconfiguring mon.b (monmap changed)... 2024-04-14T15:38:36.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:36 smithi193 ceph-mon[32147]: Reconfiguring daemon mon.b on smithi192 2024-04-14T15:38:36.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:36 smithi192 ceph-mon[31968]: Reconfiguring mon.b (monmap changed)... 2024-04-14T15:38:36.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:36 smithi192 ceph-mon[31968]: Reconfiguring daemon mon.b on smithi192 2024-04-14T15:38:36.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:36.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.443 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:37.443 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2024-04-14T15:38:37.443 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:38:37.443 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] 2024-04-14T15:38:37.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:37.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:37.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T15:38:37.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T15:38:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-14T15:38:37.745 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:38.068 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-14T15:38:38.069 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:38:38.069 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2024-04-14T15:38:38.101 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:38:38.101 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:38:38.166 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:38:38.166 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2024-04-14T15:38:38.201 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:38:38.201 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:38:38.270 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:38:38.270 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/ceph/ceph.conf 2024-04-14T15:38:38.301 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:38:38.301 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:38:38.368 INFO:tasks.cephadm:Adding mgr.a on smithi037 2024-04-14T15:38:38.368 INFO:tasks.cephadm:Adding mgr.b on smithi192 2024-04-14T15:38:38.368 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch apply mgr '2;smithi037=a;smithi192=b' 2024-04-14T15:38:38.582 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:38 smithi193 ceph-mon[32147]: Reconfiguring mon.c (monmap changed)... 2024-04-14T15:38:38.582 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:38 smithi193 ceph-mon[32147]: Reconfiguring daemon mon.c on smithi193 2024-04-14T15:38:38.582 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:38 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/900891179' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:38.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:38 smithi192 ceph-mon[31968]: Reconfiguring mon.c (monmap changed)... 2024-04-14T15:38:38.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:38 smithi192 ceph-mon[31968]: Reconfiguring daemon mon.c on smithi193 2024-04-14T15:38:38.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:38 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/900891179' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:38.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:38 smithi037 ceph-mon[30640]: Reconfiguring mon.c (monmap changed)... 2024-04-14T15:38:38.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:38 smithi037 ceph-mon[30640]: Reconfiguring daemon mon.c on smithi193 2024-04-14T15:38:38.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:38 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/900891179' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:38.972 INFO:teuthology.orchestra.run.smithi193.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.c/config 2024-04-14T15:38:39.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:39 smithi193 ceph-mon[32147]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:39.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:39 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:39.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:39 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:39.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:39 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:39.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:39 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:39.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:39 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:39.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:39 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:39.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:39 smithi037 ceph-mon[30640]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:39.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:39 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:39.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:39 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:39.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:39 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:39.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:39 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:39.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:39 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:39.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:39 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:39.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:39 smithi192 ceph-mon[31968]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:39.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:39 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:39.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:39 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:39.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:39 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:39.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:39 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:39.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:39 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:39.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:39 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:40.714 INFO:teuthology.orchestra.run.smithi193.stdout:Scheduled mgr update... 2024-04-14T15:38:41.306 DEBUG:teuthology.orchestra.run.smithi192:mgr.b> sudo journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.b.service 2024-04-14T15:38:41.309 INFO:tasks.cephadm:Deploying OSDs... 2024-04-14T15:38:41.309 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-04-14T15:38:41.309 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2024-04-14T15:38:41.326 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-14T15:38:41.326 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2024-04-14T15:38:41.383 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-14T15:38:41.383 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:41.383 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-14T15:38:41.383 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:41.383 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:41.383 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-04-14 15:38:23.266660991 +0000 2024-04-14T15:38:41.383 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-04-14 15:30:48.167526294 +0000 2024-04-14T15:38:41.383 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-04-14 15:30:48.167526294 +0000 2024-04-14T15:38:41.383 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: 2024-04-14 15:30:48.167526294 +0000 2024-04-14T15:38:41.383 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-14T15:38:41.451 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-04-14T15:38:41.451 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-04-14T15:38:41.451 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000191104 s, 2.7 MB/s 2024-04-14T15:38:41.453 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-14T15:38:41.508 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2024-04-14T15:38:41.563 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-14T15:38:41.563 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:41.564 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-14T15:38:41.564 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:41.564 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:41.564 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-04-14 15:38:23.266660991 +0000 2024-04-14T15:38:41.564 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-04-14 15:30:48.511521289 +0000 2024-04-14T15:38:41.564 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-04-14 15:30:48.511521289 +0000 2024-04-14T15:38:41.564 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: 2024-04-14 15:30:48.511521289 +0000 2024-04-14T15:38:41.564 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-14T15:38:41.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:41.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:41.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:41.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:41.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:41.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:41.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T15:38:41.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-14T15:38:41.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T15:38:41.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:41.630 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-04-14T15:38:41.630 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-04-14T15:38:41.630 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000206384 s, 2.5 MB/s 2024-04-14T15:38:41.631 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T15:38:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:41.687 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2024-04-14T15:38:41.742 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-14T15:38:41.742 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:41.742 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-04-14T15:38:41.742 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:41.742 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:41.742 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-04-14 15:38:23.266660991 +0000 2024-04-14T15:38:41.742 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-04-14 15:30:48.845516429 +0000 2024-04-14T15:38:41.742 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-04-14 15:30:48.845516429 +0000 2024-04-14T15:38:41.743 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: 2024-04-14 15:30:48.845516429 +0000 2024-04-14T15:38:41.743 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T15:38:41.768 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:41.808 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-04-14T15:38:41.808 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-04-14T15:38:41.808 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000181295 s, 2.8 MB/s 2024-04-14T15:38:41.809 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-14T15:38:41.864 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2024-04-14T15:38:41.919 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-14T15:38:41.919 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:41.919 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-14T15:38:41.919 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:41.919 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:41.919 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-04-14 15:38:23.266660991 +0000 2024-04-14T15:38:41.919 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-04-14 15:30:49.184511497 +0000 2024-04-14T15:38:41.919 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-04-14 15:30:49.184511497 +0000 2024-04-14T15:38:41.919 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: 2024-04-14 15:30:49.184511497 +0000 2024-04-14T15:38:41.919 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-14T15:38:41.984 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-04-14T15:38:41.984 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-04-14T15:38:41.984 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000180947 s, 2.8 MB/s 2024-04-14T15:38:41.986 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-14T15:38:42.040 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-04-14T15:38:42.040 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-04-14T15:38:42.057 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-14T15:38:42.057 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2024-04-14T15:38:42.112 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-14T15:38:42.113 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:42.113 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-04-14T15:38:42.113 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:42.113 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:42.113 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-14 15:38:34.845183215 +0000 2024-04-14T15:38:42.113 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-14 15:30:53.125283344 +0000 2024-04-14T15:38:42.113 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-14 15:30:53.125283344 +0000 2024-04-14T15:38:42.113 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-14 15:30:53.125283344 +0000 2024-04-14T15:38:42.113 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-14T15:38:42.179 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-14T15:38:42.179 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-14T15:38:42.179 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000263271 s, 1.9 MB/s 2024-04-14T15:38:42.180 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-14T15:38:42.236 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2024-04-14T15:38:42.291 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-14T15:38:42.292 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:42.292 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-14T15:38:42.292 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:42.292 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:42.292 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-14 15:38:34.845183215 +0000 2024-04-14T15:38:42.292 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-14 15:30:53.479276267 +0000 2024-04-14T15:38:42.292 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-14 15:30:53.479276267 +0000 2024-04-14T15:38:42.292 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-14 15:30:53.479276267 +0000 2024-04-14T15:38:42.292 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-14T15:38:42.357 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-14T15:38:42.357 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-14T15:38:42.357 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000237135 s, 2.2 MB/s 2024-04-14T15:38:42.358 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-14T15:38:42.413 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2024-04-14T15:38:42.468 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-14T15:38:42.468 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:42.468 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-04-14T15:38:42.468 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:42.468 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:42.468 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-14 15:38:34.845183215 +0000 2024-04-14T15:38:42.468 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-14 15:30:53.809269669 +0000 2024-04-14T15:38:42.468 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-14 15:30:53.809269669 +0000 2024-04-14T15:38:42.468 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-14 15:30:53.809269669 +0000 2024-04-14T15:38:42.469 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-14T15:38:42.534 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-14T15:38:42.534 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-14T15:38:42.534 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000180658 s, 2.8 MB/s 2024-04-14T15:38:42.536 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-14T15:38:42.546 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:42 smithi037 ceph-mon[30640]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:42.546 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:42 smithi037 ceph-mon[30640]: Saving service mgr spec with placement smithi037=a;smithi192=b;count:2 2024-04-14T15:38:42.546 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:42 smithi037 ceph-mon[30640]: Deploying daemon mgr.b on smithi192 2024-04-14T15:38:42.579 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:42 smithi193 ceph-mon[32147]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:42.579 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:42 smithi193 ceph-mon[32147]: Saving service mgr spec with placement smithi037=a;smithi192=b;count:2 2024-04-14T15:38:42.579 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:42 smithi193 ceph-mon[32147]: Deploying daemon mgr.b on smithi192 2024-04-14T15:38:42.595 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2024-04-14T15:38:42.650 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-14T15:38:42.650 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:42.650 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-14T15:38:42.650 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:42.650 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:42.650 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-04-14 15:38:34.845183215 +0000 2024-04-14T15:38:42.650 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-04-14 15:30:54.174262370 +0000 2024-04-14T15:38:42.650 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-04-14 15:30:54.174262370 +0000 2024-04-14T15:38:42.650 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: 2024-04-14 15:30:54.174262370 +0000 2024-04-14T15:38:42.651 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-14T15:38:42.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:42 smithi192 ceph-mon[31968]: from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:42.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:42 smithi192 ceph-mon[31968]: Saving service mgr spec with placement smithi037=a;smithi192=b;count:2 2024-04-14T15:38:42.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:42 smithi192 ceph-mon[31968]: Deploying daemon mgr.b on smithi192 2024-04-14T15:38:42.717 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-04-14T15:38:42.717 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-04-14T15:38:42.717 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.00018211 s, 2.8 MB/s 2024-04-14T15:38:42.719 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-14T15:38:42.776 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-04-14T15:38:42.776 DEBUG:teuthology.orchestra.run.smithi193:> dd if=/scratch_devs of=/dev/stdout 2024-04-14T15:38:42.793 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-14T15:38:42.793 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/vg_nvme/lv_1 2024-04-14T15:38:42.848 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-14T15:38:42.848 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:42.848 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-04-14T15:38:42.848 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:42.848 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:42.848 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-04-14 15:38:36.534746459 +0000 2024-04-14T15:38:42.848 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-04-14 15:30:52.997045470 +0000 2024-04-14T15:38:42.848 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-04-14 15:30:52.997045470 +0000 2024-04-14T15:38:42.849 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: 2024-04-14 15:30:52.997045470 +0000 2024-04-14T15:38:42.849 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-14T15:38:42.917 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-04-14T15:38:42.917 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-04-14T15:38:42.917 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.00022137 s, 2.3 MB/s 2024-04-14T15:38:42.918 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-14T15:38:42.974 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/vg_nvme/lv_2 2024-04-14T15:38:43.029 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-14T15:38:43.029 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:43.029 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-04-14T15:38:43.029 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:43.029 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:43.029 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-04-14 15:38:36.534746459 +0000 2024-04-14T15:38:43.029 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-04-14 15:30:53.342040053 +0000 2024-04-14T15:38:43.029 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-04-14 15:30:53.342040053 +0000 2024-04-14T15:38:43.029 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: 2024-04-14 15:30:53.342040053 +0000 2024-04-14T15:38:43.029 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-14T15:38:43.095 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-04-14T15:38:43.095 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-04-14T15:38:43.095 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000235218 s, 2.2 MB/s 2024-04-14T15:38:43.096 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-14T15:38:43.100 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:42 smithi192 systemd[1]: Starting Ceph mgr.b for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:38:43.152 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/vg_nvme/lv_3 2024-04-14T15:38:43.207 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-14T15:38:43.207 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:43.207 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-14T15:38:43.207 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:43.207 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:43.207 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-04-14 15:38:36.534746459 +0000 2024-04-14T15:38:43.207 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-04-14 15:30:53.697034479 +0000 2024-04-14T15:38:43.207 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-04-14 15:30:53.697034479 +0000 2024-04-14T15:38:43.207 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: 2024-04-14 15:30:53.697034479 +0000 2024-04-14T15:38:43.208 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-14T15:38:43.273 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-04-14T15:38:43.273 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-04-14T15:38:43.273 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000223617 s, 2.3 MB/s 2024-04-14T15:38:43.274 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-14T15:38:43.330 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/vg_nvme/lv_4 2024-04-14T15:38:43.385 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-14T15:38:43.385 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T15:38:43.385 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-04-14T15:38:43.385 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T15:38:43.385 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T15:38:43.385 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-04-14 15:38:36.534746459 +0000 2024-04-14T15:38:43.385 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-04-14 15:30:54.049028951 +0000 2024-04-14T15:38:43.385 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-04-14 15:30:54.049028951 +0000 2024-04-14T15:38:43.385 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: 2024-04-14 15:30:54.049028951 +0000 2024-04-14T15:38:43.385 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-14T15:38:43.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:43 smithi192 podman[33643]: 2024-04-14 15:38:43.099682086 +0000 UTC m=+0.110066508 container create 353028af01c5a6966dfb292e0992d35f935d5f1fd386ac45d2e84aa87d97a19a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_BRANCH=HEAD, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T15:38:43.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:43 smithi192 podman[33643]: 2024-04-14 15:38:43.006976553 +0000 UTC m=+0.017360959 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T15:38:43.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:43 smithi192 podman[33643]: 2024-04-14 15:38:43.318626463 +0000 UTC m=+0.329010850 container init 353028af01c5a6966dfb292e0992d35f935d5f1fd386ac45d2e84aa87d97a19a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=main-a971fd5, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-14T15:38:43.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:43 smithi192 podman[33643]: 2024-04-14 15:38:43.324134023 +0000 UTC m=+0.334518403 container start 353028af01c5a6966dfb292e0992d35f935d5f1fd386ac45d2e84aa87d97a19a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_BRANCH=HEAD) 2024-04-14T15:38:43.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:43 smithi192 ceph-mgr[33682]: -- 172.21.15.192:0/82960045 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563305dfa5a0 con 0x563305dcec00 2024-04-14T15:38:43.451 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-04-14T15:38:43.451 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-04-14T15:38:43.451 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000202852 s, 2.5 MB/s 2024-04-14T15:38:43.452 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-14T15:38:43.509 INFO:tasks.cephadm:Deploying osd.0 on smithi037 with /dev/vg_nvme/lv_4... 2024-04-14T15:38:43.509 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-14T15:38:43.536 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:43 smithi037 ceph-mon[30640]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:43.543 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:43 smithi193 ceph-mon[32147]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:43.782 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:38:43.876 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:43 smithi192 ceph-mon[31968]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:43.877 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:43 smithi192 bash[33643]: 353028af01c5a6966dfb292e0992d35f935d5f1fd386ac45d2e84aa87d97a19a 2024-04-14T15:38:43.877 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:43 smithi192 systemd[1]: Started Ceph mgr.b for 954e4e0a-fa74-11ee-bc8e-c7b262605968. 2024-04-14T15:38:44.136 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:43 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:43.875+0000 7f3ca2c89200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T15:38:44.136 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:43 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:43.968+0000 7f3ca2c89200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T15:38:44.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:44.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: Reconfiguring mgr.a (unknown last config time)... 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:44.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:44 smithi037 ceph-mon[30640]: Reconfiguring daemon mgr.a on smithi037 2024-04-14T15:38:44.739 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:44.645+0000 7f3ca2c89200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T15:38:44.739 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:44.739 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.739 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.739 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.739 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: Reconfiguring mgr.a (unknown last config time)... 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:44.740 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-mon[31968]: Reconfiguring daemon mgr.a on smithi037 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:44.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: Reconfiguring mgr.a (unknown last config time)... 2024-04-14T15:38:44.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-14T15:38:44.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-14T15:38:44.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:44.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:44 smithi193 ceph-mon[32147]: Reconfiguring daemon mgr.a on smithi037 2024-04-14T15:38:45.000 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:44.737+0000 7f3ca2c89200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T15:38:45.001 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:44 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:44.904+0000 7f3ca2c89200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T15:38:45.001 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:44.999+0000 7f3ca2c89200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T15:38:45.360 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:45.081+0000 7f3ca2c89200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T15:38:45.360 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:45.358+0000 7f3ca2c89200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T15:38:45.655 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:45.470+0000 7f3ca2c89200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T15:38:45.655 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:45.564+0000 7f3ca2c89200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T15:38:45.739 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-14T15:38:45.739 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-14T15:38:45.739 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2024-04-14T15:38:45.740 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2024-04-14T15:38:45.740 INFO:teuthology.orchestra.run.smithi037.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111789 s, 938 MB/s 2024-04-14T15:38:45.740 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2024-04-14T15:38:45.914 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:45.664+0000 7f3ca2c89200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T15:38:45.914 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:45.876+0000 7f3ca2c89200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T15:38:46.623 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch daemon add osd smithi037:vg_nvme/lv_4 2024-04-14T15:38:46.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:46 smithi192 ceph-mon[31968]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:46.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:46 smithi193 ceph-mon[32147]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:46.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:46 smithi037 ceph-mon[30640]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:47.046 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:38:47.065 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:46 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:46.922+0000 7f3ca2c89200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T15:38:47.065 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:47.063+0000 7f3ca2c89200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T15:38:47.655 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:47.414+0000 7f3ca2c89200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T15:38:47.655 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:47.510+0000 7f3ca2c89200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T15:38:47.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:47.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:47.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:47.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:47.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:47.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:47.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:47.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:47.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:47.868 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.868 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.868 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:47.868 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:47.868 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:47.868 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:47 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:47.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:47.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:47.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:47.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:38:47.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:47.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:38:47.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:47 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.154 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:47.710+0000 7f3ca2c89200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:38:48.155 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:47 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:47.896+0000 7f3ca2c89200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T15:38:48.448 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:48 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:48.184+0000 7f3ca2c89200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:38:48.448 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:48 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:48.446+0000 7f3ca2c89200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T15:38:48.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:48 smithi193 ceph-mon[32147]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:48.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:48 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:48 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:48 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:48 smithi037 ceph-mon[30640]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:48.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:48 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:48 smithi192 ceph-mon[31968]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:48.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:48 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:48 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:48 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:48.905 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:48 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:48.681+0000 7f3ca2c89200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T15:38:49.690 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:49 smithi037 ceph-mon[30640]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:49.690 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:49 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T15:38:49.690 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:49 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T15:38:49.690 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:49 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:49.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:49 smithi193 ceph-mon[32147]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:49.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:49 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T15:38:49.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:49 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T15:38:49.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:49 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:49.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:49 smithi192 ceph-mon[31968]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:38:49.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:49 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T15:38:49.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:49 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T15:38:49.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:49 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:49.905 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:49 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:49.486+0000 7f3ca2c89200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T15:38:50.375 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:50 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:50.058+0000 7f3ca2c89200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T15:38:50.375 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:50 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:50.155+0000 7f3ca2c89200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T15:38:50.376 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:38:50 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:38:50.373+0000 7f3ca2c89200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T15:38:50.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:50 smithi192 ceph-mon[31968]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:50.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:50 smithi192 ceph-mon[31968]: Standby manager daemon b started 2024-04-14T15:38:50.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:50 smithi192 ceph-mon[31968]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-14T15:38:50.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:50 smithi192 ceph-mon[31968]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-14T15:38:50.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:50 smithi192 ceph-mon[31968]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-14T15:38:50.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:50 smithi192 ceph-mon[31968]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-14T15:38:50.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:50 smithi037 ceph-mon[30640]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:50.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:50 smithi037 ceph-mon[30640]: Standby manager daemon b started 2024-04-14T15:38:50.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:50 smithi037 ceph-mon[30640]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-14T15:38:50.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:50 smithi037 ceph-mon[30640]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-14T15:38:50.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:50 smithi037 ceph-mon[30640]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-14T15:38:50.672 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:50 smithi037 ceph-mon[30640]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-14T15:38:50.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:50 smithi193 ceph-mon[32147]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:50.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:50 smithi193 ceph-mon[32147]: Standby manager daemon b started 2024-04-14T15:38:50.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:50 smithi193 ceph-mon[32147]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-14T15:38:50.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:50 smithi193 ceph-mon[32147]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-14T15:38:50.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:50 smithi193 ceph-mon[32147]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-14T15:38:50.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:50 smithi193 ceph-mon[32147]: from='mgr.? 172.21.15.192:0/1521857819' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-14T15:38:51.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:51 smithi193 ceph-mon[32147]: mgrmap e14: a(active, since 79s), standbys: b 2024-04-14T15:38:51.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:51 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-14T15:38:51.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:51 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/1762483838' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9fe4411-3971-41bb-8e5b-1a51ba2028ae"}]: dispatch 2024-04-14T15:38:51.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:51 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/1762483838' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9fe4411-3971-41bb-8e5b-1a51ba2028ae"}]': finished 2024-04-14T15:38:51.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:51 smithi037 ceph-mon[30640]: mgrmap e14: a(active, since 79s), standbys: b 2024-04-14T15:38:51.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:51 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-14T15:38:51.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:51 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/1762483838' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9fe4411-3971-41bb-8e5b-1a51ba2028ae"}]: dispatch 2024-04-14T15:38:51.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:51 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/1762483838' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9fe4411-3971-41bb-8e5b-1a51ba2028ae"}]': finished 2024-04-14T15:38:51.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:51 smithi192 ceph-mon[31968]: mgrmap e14: a(active, since 79s), standbys: b 2024-04-14T15:38:51.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:51 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-14T15:38:51.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:51 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/1762483838' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9fe4411-3971-41bb-8e5b-1a51ba2028ae"}]: dispatch 2024-04-14T15:38:51.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:51 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/1762483838' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9fe4411-3971-41bb-8e5b-1a51ba2028ae"}]': finished 2024-04-14T15:38:52.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:52 smithi193 ceph-mon[32147]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:52.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:52 smithi193 ceph-mon[32147]: osdmap e5: 1 total, 0 up, 1 in 2024-04-14T15:38:52.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:52 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:38:52.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:52 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/292521593' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T15:38:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:52 smithi037 ceph-mon[30640]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:52 smithi037 ceph-mon[30640]: osdmap e5: 1 total, 0 up, 1 in 2024-04-14T15:38:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:52 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:38:52.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:52 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/292521593' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T15:38:52.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:52 smithi192 ceph-mon[31968]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:52.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:52 smithi192 ceph-mon[31968]: osdmap e5: 1 total, 0 up, 1 in 2024-04-14T15:38:52.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:52 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:38:52.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:52 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/292521593' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T15:38:54.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:54 smithi193 ceph-mon[32147]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:54.735 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:54 smithi037 ceph-mon[30640]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:54.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:54 smithi192 ceph-mon[31968]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:56.710 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:56 smithi193 ceph-mon[32147]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:56.844 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:56 smithi037 ceph-mon[30640]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:56.850 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:56 smithi192 ceph-mon[31968]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:58.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:58.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:58.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:58.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-14T15:38:58.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:58.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:58.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:58.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:58.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-14T15:38:58.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:58.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:58.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:58.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:38:58.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-14T15:38:58.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:38:59.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:59 smithi192 ceph-mon[31968]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:59.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:38:59 smithi192 ceph-mon[31968]: Deploying daemon osd.0 on smithi037 2024-04-14T15:38:59.733 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:59 smithi037 ceph-mon[30640]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:59.733 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:38:59 smithi037 ceph-mon[30640]: Deploying daemon osd.0 on smithi037 2024-04-14T15:38:59.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:59 smithi193 ceph-mon[32147]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:38:59.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:38:59 smithi193 ceph-mon[32147]: Deploying daemon osd.0 on smithi037 2024-04-14T15:39:01.604 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:01 smithi037 ceph-mon[30640]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:01 smithi192 ceph-mon[31968]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:01.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:01 smithi193 ceph-mon[32147]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:03.549 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:03 smithi037 ceph-mon[30640]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:03.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:03 smithi192 ceph-mon[31968]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:03.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:03 smithi193 ceph-mon[32147]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.778 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.778 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.778 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.778 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.778 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.778 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:04.778 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: Reconfiguring osd.0 (unknown last config time)... 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: Reconfiguring daemon osd.0 on smithi037 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.779 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:04 smithi037 ceph-mon[30640]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:39:04.822 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.822 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.822 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.822 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.822 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.822 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: Reconfiguring osd.0 (unknown last config time)... 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: Reconfiguring daemon osd.0 on smithi037 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.823 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:04 smithi192 ceph-mon[31968]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:39:04.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: Reconfiguring osd.0 (unknown last config time)... 2024-04-14T15:39:04.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-14T15:39:04.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:04.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: Reconfiguring daemon osd.0 on smithi037 2024-04-14T15:39:04.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:04.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:04 smithi193 ceph-mon[32147]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:39:06.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:06.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:06.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:06 smithi037 ceph-mon[30640]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:06.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:06.624 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:06.624 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:06.624 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:06 smithi192 ceph-mon[31968]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:06.624 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:06.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:06.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:06.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:06 smithi193 ceph-mon[32147]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:06.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:07.470 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:07 smithi037 ceph-mon[30640]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T15:39:07.470 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:07 smithi037 ceph-mon[30640]: Cluster is now healthy 2024-04-14T15:39:07.470 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:07 smithi037 ceph-mon[30640]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-14T15:39:07.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:07 smithi193 ceph-mon[32147]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T15:39:07.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:07 smithi193 ceph-mon[32147]: Cluster is now healthy 2024-04-14T15:39:07.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:07 smithi193 ceph-mon[32147]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-14T15:39:07.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:07 smithi192 ceph-mon[31968]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T15:39:07.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:07 smithi192 ceph-mon[31968]: Cluster is now healthy 2024-04-14T15:39:07.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:07 smithi192 ceph-mon[31968]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-14T15:39:08.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: osdmap e6: 1 total, 0 up, 1 in 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:08.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:08 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:08.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: osdmap e6: 1 total, 0 up, 1 in 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:08.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:08 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:08.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: osdmap e6: 1 total, 0 up, 1 in 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:08 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:08.931 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 0 on host 'smithi037' 2024-04-14T15:39:09.480 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-04-14T15:39:09.480 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: osdmap e7: 1 total, 0 up, 1 in 2024-04-14T15:39:09.480 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:09.480 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:09.480 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.480 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.481 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:09.481 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:39:09.481 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.481 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:09.481 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:09.481 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:09 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.506 DEBUG:teuthology.orchestra.run.smithi037:osd.0> sudo journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@osd.0.service 2024-04-14T15:39:09.508 INFO:tasks.cephadm:Deploying osd.1 on smithi192 with /dev/vg_nvme/lv_4... 2024-04-14T15:39:09.508 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-14T15:39:09.539 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-04-14T15:39:09.539 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: osdmap e7: 1 total, 0 up, 1 in 2024-04-14T15:39:09.539 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:09.539 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:09.539 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.540 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.540 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:09.540 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:39:09.540 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.540 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:09.540 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:09.540 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:09 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: osdmap e7: 1 total, 0 up, 1 in 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:09.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:09 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:09.756 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.b/config 2024-04-14T15:39:10.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:10 smithi192 ceph-mon[31968]: purged_snaps scrub starts 2024-04-14T15:39:10.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:10 smithi192 ceph-mon[31968]: purged_snaps scrub ok 2024-04-14T15:39:10.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:10 smithi192 ceph-mon[31968]: Adjusting osd_memory_target on smithi037 to 16069M 2024-04-14T15:39:10.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:10 smithi192 ceph-mon[31968]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:10.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:10 smithi192 ceph-mon[31968]: osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317] boot 2024-04-14T15:39:10.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:10 smithi192 ceph-mon[31968]: osdmap e8: 1 total, 1 up, 1 in 2024-04-14T15:39:10.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:10 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:10.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:10 smithi193 ceph-mon[32147]: purged_snaps scrub starts 2024-04-14T15:39:10.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:10 smithi193 ceph-mon[32147]: purged_snaps scrub ok 2024-04-14T15:39:10.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:10 smithi193 ceph-mon[32147]: Adjusting osd_memory_target on smithi037 to 16069M 2024-04-14T15:39:10.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:10 smithi193 ceph-mon[32147]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:10.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:10 smithi193 ceph-mon[32147]: osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317] boot 2024-04-14T15:39:10.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:10 smithi193 ceph-mon[32147]: osdmap e8: 1 total, 1 up, 1 in 2024-04-14T15:39:10.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:10 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:10.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:10 smithi037 ceph-mon[30640]: purged_snaps scrub starts 2024-04-14T15:39:10.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:10 smithi037 ceph-mon[30640]: purged_snaps scrub ok 2024-04-14T15:39:10.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:10 smithi037 ceph-mon[30640]: Adjusting osd_memory_target on smithi037 to 16069M 2024-04-14T15:39:10.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:10 smithi037 ceph-mon[30640]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-14T15:39:10.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:10 smithi037 ceph-mon[30640]: osd.0 [v2:172.21.15.37:6802/914923317,v1:172.21.15.37:6803/914923317] boot 2024-04-14T15:39:10.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:10 smithi037 ceph-mon[30640]: osdmap e8: 1 total, 1 up, 1 in 2024-04-14T15:39:10.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:10 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:39:11.589 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-14T15:39:11.589 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-14T15:39:11.589 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-04-14T15:39:11.589 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-04-14T15:39:11.589 INFO:teuthology.orchestra.run.smithi192.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0112986 s, 928 MB/s 2024-04-14T15:39:11.589 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-04-14T15:39:12.231 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch daemon add osd smithi192:vg_nvme/lv_4 2024-04-14T15:39:12.504 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.b/config 2024-04-14T15:39:12.612 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:12 smithi192 ceph-mon[31968]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:12.613 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:12 smithi192 ceph-mon[31968]: osdmap e9: 1 total, 1 up, 1 in 2024-04-14T15:39:12.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:12 smithi193 ceph-mon[32147]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:12.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:12 smithi193 ceph-mon[32147]: osdmap e9: 1 total, 1 up, 1 in 2024-04-14T15:39:12.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:12 smithi037 ceph-mon[30640]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:12.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:12 smithi037 ceph-mon[30640]: osdmap e9: 1 total, 1 up, 1 in 2024-04-14T15:39:14.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:14 smithi192 ceph-mon[31968]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:14.519 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:14 smithi193 ceph-mon[32147]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:14.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:14 smithi037 ceph-mon[30640]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:15.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:15 smithi193 ceph-mon[32147]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:39:15.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:15 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T15:39:15.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:15 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T15:39:15.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:15 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:15.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:15 smithi037 ceph-mon[30640]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:39:15.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:15 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T15:39:15.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:15 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T15:39:15.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:15 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:15.603 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:15 smithi192 ceph-mon[31968]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:39:15.603 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:15 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T15:39:15.603 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:15 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T15:39:15.603 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:15 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:16.551 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:16 smithi037 ceph-mon[30640]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:16.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:16 smithi193 ceph-mon[32147]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:16.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:16 smithi192 ceph-mon[31968]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:17.517 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:17 smithi193 ceph-mon[32147]: from='client.? 172.21.15.192:0/2145324402' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf356d8-9e0c-41b0-9281-9d10b7b2377a"}]: dispatch 2024-04-14T15:39:17.517 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:17 smithi193 ceph-mon[32147]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf356d8-9e0c-41b0-9281-9d10b7b2377a"}]: dispatch 2024-04-14T15:39:17.517 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:17 smithi193 ceph-mon[32147]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bbf356d8-9e0c-41b0-9281-9d10b7b2377a"}]': finished 2024-04-14T15:39:17.517 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:17 smithi193 ceph-mon[32147]: osdmap e10: 2 total, 1 up, 2 in 2024-04-14T15:39:17.517 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:17.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:17 smithi037 ceph-mon[30640]: from='client.? 172.21.15.192:0/2145324402' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf356d8-9e0c-41b0-9281-9d10b7b2377a"}]: dispatch 2024-04-14T15:39:17.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:17 smithi037 ceph-mon[30640]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf356d8-9e0c-41b0-9281-9d10b7b2377a"}]: dispatch 2024-04-14T15:39:17.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:17 smithi037 ceph-mon[30640]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bbf356d8-9e0c-41b0-9281-9d10b7b2377a"}]': finished 2024-04-14T15:39:17.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:17 smithi037 ceph-mon[30640]: osdmap e10: 2 total, 1 up, 2 in 2024-04-14T15:39:17.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:17.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:17 smithi192 ceph-mon[31968]: from='client.? 172.21.15.192:0/2145324402' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf356d8-9e0c-41b0-9281-9d10b7b2377a"}]: dispatch 2024-04-14T15:39:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:17 smithi192 ceph-mon[31968]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf356d8-9e0c-41b0-9281-9d10b7b2377a"}]: dispatch 2024-04-14T15:39:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:17 smithi192 ceph-mon[31968]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bbf356d8-9e0c-41b0-9281-9d10b7b2377a"}]': finished 2024-04-14T15:39:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:17 smithi192 ceph-mon[31968]: osdmap e10: 2 total, 1 up, 2 in 2024-04-14T15:39:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:18.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:18 smithi193 ceph-mon[32147]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:18.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:18.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:18.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:18.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:18 smithi193 ceph-mon[32147]: from='client.? 172.21.15.192:0/2635887631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T15:39:18.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:18 smithi037 ceph-mon[30640]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:18.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:18 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:18.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:18 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:18.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:18 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:18.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:18 smithi037 ceph-mon[30640]: from='client.? 172.21.15.192:0/2635887631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T15:39:18.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:18 smithi192 ceph-mon[31968]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:18.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:18 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:18.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:18 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:18.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:18 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:18.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:18 smithi192 ceph-mon[31968]: from='client.? 172.21.15.192:0/2635887631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T15:39:20.520 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:20 smithi192 ceph-mon[31968]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:20.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:20 smithi193 ceph-mon[32147]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:20.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:20 smithi037 ceph-mon[30640]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:22.496 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:22 smithi192 ceph-mon[31968]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:22.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:22 smithi037 ceph-mon[30640]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:22.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:22 smithi193 ceph-mon[32147]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:24.285 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:24.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-14T15:39:24.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:24.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:24.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:24.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:24.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:24.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-14T15:39:24.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:24.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:24.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:24.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:24.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:24.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.309 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: Deploying daemon osd.1 on smithi192 2024-04-14T15:39:25.309 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:25.309 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: Detected new or changed devices on smithi037 2024-04-14T15:39:25.309 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:25.309 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:25.309 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:39:25.310 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.310 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.310 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.310 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:25.310 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:25.310 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:25.310 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:25 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: Deploying daemon osd.1 on smithi192 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: Detected new or changed devices on smithi037 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:25.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:25 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: Deploying daemon osd.1 on smithi192 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: Detected new or changed devices on smithi037 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: pgmap v62: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:25.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:25.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:25 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:26 smithi192 ceph-mon[31968]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:26.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:26 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:26 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:26 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:26 smithi192 ceph-mon[31968]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T15:39:26.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:26 smithi192 ceph-mon[31968]: Cluster is now healthy 2024-04-14T15:39:26.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:26 smithi193 ceph-mon[32147]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:26.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:26 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:26 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:26 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:26 smithi193 ceph-mon[32147]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T15:39:26.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:26 smithi193 ceph-mon[32147]: Cluster is now healthy 2024-04-14T15:39:26.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:26 smithi037 ceph-mon[30640]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:26.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:26 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:26 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:26 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:26.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:26 smithi037 ceph-mon[30640]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T15:39:26.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:26 smithi037 ceph-mon[30640]: Cluster is now healthy 2024-04-14T15:39:28.500 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:28 smithi192 ceph-mon[31968]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:28.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:28 smithi193 ceph-mon[32147]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:28.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:28 smithi037 ceph-mon[30640]: pgmap v64: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:30.479 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:30 smithi192 ceph-mon[31968]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:30.479 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:30 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:30.479 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:30 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:30.479 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:30 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:30.479 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:30 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:30.479 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:30 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:30.479 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:30 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:30.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:30 smithi193 ceph-mon[32147]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:30.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:30 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:30.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:30 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:30.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:30 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:30.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:30 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:30.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:30 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:30.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:30 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:30.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:30 smithi037 ceph-mon[30640]: pgmap v65: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:30.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:30 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:30.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:30 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:30.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:30 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:30.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:30 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:30.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:30 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:30.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:30 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:32.583 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:32 smithi192 ceph-mon[31968]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:32.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:32 smithi193 ceph-mon[32147]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:32.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:32 smithi037 ceph-mon[30640]: pgmap v66: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:33.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:33 smithi192 ceph-mon[31968]: from='osd.1 [v2:172.21.15.192:6800/4215846833,v1:172.21.15.192:6801/4215846833]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T15:39:33.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:33 smithi192 ceph-mon[31968]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T15:39:33.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:33 smithi193 ceph-mon[32147]: from='osd.1 [v2:172.21.15.192:6800/4215846833,v1:172.21.15.192:6801/4215846833]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T15:39:33.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:33 smithi193 ceph-mon[32147]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T15:39:33.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:33 smithi037 ceph-mon[30640]: from='osd.1 [v2:172.21.15.192:6800/4215846833,v1:172.21.15.192:6801/4215846833]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T15:39:33.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:33 smithi037 ceph-mon[30640]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-14T15:39:33.710 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 1 on host 'smithi192' 2024-04-14T15:39:34.372 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:34.372 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-14T15:39:34.372 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: osdmap e11: 2 total, 1 up, 2 in 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='osd.1 [v2:172.21.15.192:6800/4215846833,v1:172.21.15.192:6801/4215846833]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:34.373 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.403 DEBUG:teuthology.orchestra.run.smithi192:osd.1> sudo journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@osd.1.service 2024-04-14T15:39:34.406 INFO:tasks.cephadm:Deploying osd.2 on smithi193 with /dev/vg_nvme/lv_4... 2024-04-14T15:39:34.406 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-14T15:39:34.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:34.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-14T15:39:34.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: osdmap e11: 2 total, 1 up, 2 in 2024-04-14T15:39:34.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='osd.1 [v2:172.21.15.192:6800/4215846833,v1:172.21.15.192:6801/4215846833]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-04-14T15:39:34.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:34.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-04-14T15:39:34.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:34.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:39:34.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:34.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:34.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:34 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: pgmap v67: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: osdmap e11: 2 total, 1 up, 2 in 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='osd.1 [v2:172.21.15.192:6800/4215846833,v1:172.21.15.192:6801/4215846833]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:39:34.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:34.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:34.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:34 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:34.985 INFO:teuthology.orchestra.run.smithi193.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.c/config 2024-04-14T15:39:35.155 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1[37341]: 2024-04-14T15:39:34.743+0000 7f8792c94700 -1 osd.1 0 waiting for initial osdmap 2024-04-14T15:39:35.155 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:39:34 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1[37341]: 2024-04-14T15:39:34.745+0000 7f878aa7f700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-14T15:39:35.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:35 smithi193 ceph-mon[32147]: Adjusting osd_memory_target on smithi192 to 16064M 2024-04-14T15:39:35.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:35 smithi193 ceph-mon[32147]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-04-14T15:39:35.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:35 smithi193 ceph-mon[32147]: osdmap e12: 2 total, 1 up, 2 in 2024-04-14T15:39:35.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:35.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:35 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:35.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:35 smithi193 ceph-mon[32147]: from='osd.1 ' entity='osd.1' 2024-04-14T15:39:35.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:35 smithi037 ceph-mon[30640]: Adjusting osd_memory_target on smithi192 to 16064M 2024-04-14T15:39:35.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:35 smithi037 ceph-mon[30640]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-04-14T15:39:35.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:35 smithi037 ceph-mon[30640]: osdmap e12: 2 total, 1 up, 2 in 2024-04-14T15:39:35.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:35.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:35 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:35.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:35 smithi037 ceph-mon[30640]: from='osd.1 ' entity='osd.1' 2024-04-14T15:39:35.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:35 smithi192 ceph-mon[31968]: Adjusting osd_memory_target on smithi192 to 16064M 2024-04-14T15:39:35.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:35 smithi192 ceph-mon[31968]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-04-14T15:39:35.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:35 smithi192 ceph-mon[31968]: osdmap e12: 2 total, 1 up, 2 in 2024-04-14T15:39:35.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:35.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:35 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:35.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:35 smithi192 ceph-mon[31968]: from='osd.1 ' entity='osd.1' 2024-04-14T15:39:36.512 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:36 smithi193 ceph-mon[32147]: purged_snaps scrub starts 2024-04-14T15:39:36.512 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:36 smithi193 ceph-mon[32147]: purged_snaps scrub ok 2024-04-14T15:39:36.512 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:36 smithi193 ceph-mon[32147]: pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:36.512 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:36.512 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:36 smithi193 ceph-mon[32147]: osd.1 [v2:172.21.15.192:6800/4215846833,v1:172.21.15.192:6801/4215846833] boot 2024-04-14T15:39:36.512 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:36 smithi193 ceph-mon[32147]: osdmap e13: 2 total, 2 up, 2 in 2024-04-14T15:39:36.513 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:36 smithi037 ceph-mon[30640]: purged_snaps scrub starts 2024-04-14T15:39:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:36 smithi037 ceph-mon[30640]: purged_snaps scrub ok 2024-04-14T15:39:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:36 smithi037 ceph-mon[30640]: pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:36 smithi037 ceph-mon[30640]: osd.1 [v2:172.21.15.192:6800/4215846833,v1:172.21.15.192:6801/4215846833] boot 2024-04-14T15:39:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:36 smithi037 ceph-mon[30640]: osdmap e13: 2 total, 2 up, 2 in 2024-04-14T15:39:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:36 smithi192 ceph-mon[31968]: purged_snaps scrub starts 2024-04-14T15:39:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:36 smithi192 ceph-mon[31968]: purged_snaps scrub ok 2024-04-14T15:39:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:36 smithi192 ceph-mon[31968]: pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-14T15:39:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:36 smithi192 ceph-mon[31968]: osd.1 [v2:172.21.15.192:6800/4215846833,v1:172.21.15.192:6801/4215846833] boot 2024-04-14T15:39:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:36 smithi192 ceph-mon[31968]: osdmap e13: 2 total, 2 up, 2 in 2024-04-14T15:39:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:39:37.593 INFO:teuthology.orchestra.run.smithi193.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-14T15:39:37.594 INFO:teuthology.orchestra.run.smithi193.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-14T15:39:37.594 INFO:teuthology.orchestra.run.smithi193.stderr: stderr: 10+0 records in 2024-04-14T15:39:37.594 INFO:teuthology.orchestra.run.smithi193.stderr:10+0 records out 2024-04-14T15:39:37.594 INFO:teuthology.orchestra.run.smithi193.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0152052 s, 690 MB/s 2024-04-14T15:39:37.594 INFO:teuthology.orchestra.run.smithi193.stderr:--> Zapping successful for: 2024-04-14T15:39:38.081 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:37 smithi193 ceph-mon[32147]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T15:39:38.081 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:37 smithi193 ceph-mon[32147]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:38.081 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:38.081 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:38.081 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:37 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:38.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:37 smithi037 ceph-mon[30640]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T15:39:38.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:37 smithi037 ceph-mon[30640]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:38.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:38.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:38.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:37 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:38.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:37 smithi192 ceph-mon[31968]: osdmap e14: 2 total, 2 up, 2 in 2024-04-14T15:39:38.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:37 smithi192 ceph-mon[31968]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:38.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:38.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:38.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:37 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:38.769 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph orch daemon add osd smithi193:vg_nvme/lv_4 2024-04-14T15:39:39.010 INFO:teuthology.orchestra.run.smithi193.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.c/config 2024-04-14T15:39:40.375 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:40 smithi193 ceph-mon[32147]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:40.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:40 smithi037 ceph-mon[30640]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:40.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:40 smithi192 ceph-mon[31968]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:41.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T15:39:41.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T15:39:41.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:41 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:41.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T15:39:41.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T15:39:41.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:41 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:41.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-14T15:39:41.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-14T15:39:41.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:41 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:42.332 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:42 smithi193 ceph-mon[32147]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi193:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:39:42.332 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:42 smithi193 ceph-mon[32147]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:42.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:42 smithi037 ceph-mon[30640]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi193:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:39:42.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:42 smithi037 ceph-mon[30640]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:42.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:42 smithi192 ceph-mon[31968]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi193:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:39:42.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:42 smithi192 ceph-mon[31968]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: from='client.? 172.21.15.193:0/3760904272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8974bf-4c34-4b4b-8b60-402a26d00d0c"}]: dispatch 2024-04-14T15:39:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8974bf-4c34-4b4b-8b60-402a26d00d0c"}]: dispatch 2024-04-14T15:39:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af8974bf-4c34-4b4b-8b60-402a26d00d0c"}]': finished 2024-04-14T15:39:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: osdmap e15: 3 total, 2 up, 3 in 2024-04-14T15:39:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:39:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:44.331 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:44.331 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:44.331 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:44 smithi037 ceph-mon[30640]: from='client.? 172.21.15.193:0/1796958050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T15:39:44.374 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:44.374 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: from='client.? 172.21.15.193:0/3760904272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8974bf-4c34-4b4b-8b60-402a26d00d0c"}]: dispatch 2024-04-14T15:39:44.374 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8974bf-4c34-4b4b-8b60-402a26d00d0c"}]: dispatch 2024-04-14T15:39:44.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af8974bf-4c34-4b4b-8b60-402a26d00d0c"}]': finished 2024-04-14T15:39:44.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: osdmap e15: 3 total, 2 up, 3 in 2024-04-14T15:39:44.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:39:44.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:44.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:44.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:44.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:44 smithi192 ceph-mon[31968]: from='client.? 172.21.15.193:0/1796958050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T15:39:44.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:44.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: from='client.? 172.21.15.193:0/3760904272' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8974bf-4c34-4b4b-8b60-402a26d00d0c"}]: dispatch 2024-04-14T15:39:44.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8974bf-4c34-4b4b-8b60-402a26d00d0c"}]: dispatch 2024-04-14T15:39:44.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af8974bf-4c34-4b4b-8b60-402a26d00d0c"}]': finished 2024-04-14T15:39:44.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: osdmap e15: 3 total, 2 up, 3 in 2024-04-14T15:39:44.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:39:44.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:44.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:44.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:44.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:44 smithi193 ceph-mon[32147]: from='client.? 172.21.15.193:0/1796958050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-14T15:39:46.326 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:46.326 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:46.326 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:45 smithi037 ceph-mon[30640]: Detected new or changed devices on smithi192 2024-04-14T15:39:46.326 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:46.326 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:45 smithi037 ceph-mon[30640]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:46.335 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:46.335 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:46.335 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:45 smithi193 ceph-mon[32147]: Detected new or changed devices on smithi192 2024-04-14T15:39:46.335 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:46.335 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:45 smithi193 ceph-mon[32147]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:46.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:46.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:46.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:45 smithi192 ceph-mon[31968]: Detected new or changed devices on smithi192 2024-04-14T15:39:46.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:46.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:45 smithi192 ceph-mon[31968]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:48.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:48 smithi193 ceph-mon[32147]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:48.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:48 smithi037 ceph-mon[30640]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:48.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:48 smithi192 ceph-mon[31968]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:50.342 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:50 smithi192 ceph-mon[31968]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:50.343 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:50 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-14T15:39:50.343 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:50 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:50.363 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:50 smithi193 ceph-mon[32147]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:50.363 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:50 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-14T15:39:50.363 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:50 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:50.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:50 smithi037 ceph-mon[30640]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:50.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:50 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-14T15:39:50.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:50 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:51.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:51 smithi193 ceph-mon[32147]: Deploying daemon osd.2 on smithi193 2024-04-14T15:39:51.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:51 smithi037 ceph-mon[30640]: Deploying daemon osd.2 on smithi193 2024-04-14T15:39:51.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:51 smithi192 ceph-mon[31968]: Deploying daemon osd.2 on smithi193 2024-04-14T15:39:52.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:52 smithi193 ceph-mon[32147]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:52.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:52 smithi037 ceph-mon[30640]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:52.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:52 smithi192 ceph-mon[31968]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:54.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:54 smithi193 ceph-mon[32147]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:54.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:54 smithi037 ceph-mon[30640]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:54.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:54 smithi192 ceph-mon[31968]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:56.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:56 smithi193 ceph-mon[32147]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:56.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:56 smithi037 ceph-mon[30640]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:56.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:56 smithi192 ceph-mon[31968]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.572 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.572 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.573 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:57 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:57 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-14T15:39:57.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:39:57.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:57.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:57 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:39:58.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:58 smithi193 ceph-mon[32147]: Reconfiguring osd.2 (unknown last config time)... 2024-04-14T15:39:58.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:58 smithi193 ceph-mon[32147]: Reconfiguring daemon osd.2 on smithi193 2024-04-14T15:39:58.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:58 smithi193 ceph-mon[32147]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:39:58.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:58 smithi037 ceph-mon[30640]: Reconfiguring osd.2 (unknown last config time)... 2024-04-14T15:39:58.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:58 smithi037 ceph-mon[30640]: Reconfiguring daemon osd.2 on smithi193 2024-04-14T15:39:58.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:58 smithi037 ceph-mon[30640]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:39:58.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:58 smithi192 ceph-mon[31968]: Reconfiguring osd.2 (unknown last config time)... 2024-04-14T15:39:58.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:58 smithi192 ceph-mon[31968]: Reconfiguring daemon osd.2 on smithi193 2024-04-14T15:39:58.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:58 smithi192 ceph-mon[31968]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:39:59.592 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:39:59 smithi193 ceph-mon[32147]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:59.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:39:59 smithi037 ceph-mon[30640]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:39:59.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:39:59 smithi192 ceph-mon[31968]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:00.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:00 smithi193 ceph-mon[32147]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-14T15:40:00.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:00 smithi193 ceph-mon[32147]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-14T15:40:00.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:00 smithi193 ceph-mon[32147]: daemon osd.2 on smithi193 is in unknown state 2024-04-14T15:40:00.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:00 smithi193 ceph-mon[32147]: from='osd.2 [v2:172.21.15.193:6800/1637772926,v1:172.21.15.193:6801/1637772926]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-14T15:40:00.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:00 smithi193 ceph-mon[32147]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-14T15:40:00.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:00 smithi037 ceph-mon[30640]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-14T15:40:00.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:00 smithi037 ceph-mon[30640]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-14T15:40:00.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:00 smithi037 ceph-mon[30640]: daemon osd.2 on smithi193 is in unknown state 2024-04-14T15:40:00.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:00 smithi037 ceph-mon[30640]: from='osd.2 [v2:172.21.15.193:6800/1637772926,v1:172.21.15.193:6801/1637772926]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-14T15:40:00.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:00 smithi037 ceph-mon[30640]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-14T15:40:00.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:00 smithi192 ceph-mon[31968]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-14T15:40:00.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:00 smithi192 ceph-mon[31968]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-14T15:40:00.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:00 smithi192 ceph-mon[31968]: daemon osd.2 on smithi193 is in unknown state 2024-04-14T15:40:00.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:00 smithi192 ceph-mon[31968]: from='osd.2 [v2:172.21.15.193:6800/1637772926,v1:172.21.15.193:6801/1637772926]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-14T15:40:00.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:00 smithi192 ceph-mon[31968]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-14T15:40:01.495 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-14T15:40:01.495 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: osdmap e16: 3 total, 2 up, 3 in 2024-04-14T15:40:01.495 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:01.495 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='osd.2 [v2:172.21.15.193:6800/1637772926,v1:172.21.15.193:6801/1637772926]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-04-14T15:40:01.495 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-04-14T15:40:01.496 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: pgmap v89: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:01.496 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:01.496 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:01.496 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:01.496 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:01.496 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:01.496 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:01 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: osdmap e16: 3 total, 2 up, 3 in 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='osd.2 [v2:172.21.15.193:6800/1637772926,v1:172.21.15.193:6801/1637772926]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: pgmap v89: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:01.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:01 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: osdmap e16: 3 total, 2 up, 3 in 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='osd.2 [v2:172.21.15.193:6800/1637772926,v1:172.21.15.193:6801/1637772926]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: pgmap v89: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:01.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:01 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.123 INFO:teuthology.orchestra.run.smithi193.stdout:Created osd(s) 2 on host 'smithi193' 2024-04-14T15:40:02.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:02.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T15:40:02.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: Cluster is now healthy 2024-04-14T15:40:02.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-04-14T15:40:02.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: osdmap e17: 3 total, 2 up, 3 in 2024-04-14T15:40:02.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:02.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:02.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:40:02.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:02.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:02.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:02 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:02.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:02.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T15:40:02.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: Cluster is now healthy 2024-04-14T15:40:02.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-04-14T15:40:02.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: osdmap e17: 3 total, 2 up, 3 in 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:02 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:02.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:02.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-14T15:40:02.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: Cluster is now healthy 2024-04-14T15:40:02.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-04-14T15:40:02.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: osdmap e17: 3 total, 2 up, 3 in 2024-04-14T15:40:02.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:02.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:02.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:40:02.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:02.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:02.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:02.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:02 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:02.749 DEBUG:teuthology.orchestra.run.smithi193:osd.2> sudo journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@osd.2.service 2024-04-14T15:40:02.751 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-14T15:40:02.752 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph osd stat -f json 2024-04-14T15:40:03.435 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:03.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:03 smithi037 ceph-mon[30640]: purged_snaps scrub starts 2024-04-14T15:40:03.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:03 smithi037 ceph-mon[30640]: purged_snaps scrub ok 2024-04-14T15:40:03.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:03 smithi037 ceph-mon[30640]: Adjusting osd_memory_target on smithi193 to 20160M 2024-04-14T15:40:03.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:03 smithi037 ceph-mon[30640]: osd.2 [v2:172.21.15.193:6800/1637772926,v1:172.21.15.193:6801/1637772926] boot 2024-04-14T15:40:03.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:03 smithi037 ceph-mon[30640]: osdmap e18: 3 total, 3 up, 3 in 2024-04-14T15:40:03.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:03.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:03 smithi193 ceph-mon[32147]: purged_snaps scrub starts 2024-04-14T15:40:03.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:03 smithi193 ceph-mon[32147]: purged_snaps scrub ok 2024-04-14T15:40:03.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:03 smithi193 ceph-mon[32147]: Adjusting osd_memory_target on smithi193 to 20160M 2024-04-14T15:40:03.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:03 smithi193 ceph-mon[32147]: osd.2 [v2:172.21.15.193:6800/1637772926,v1:172.21.15.193:6801/1637772926] boot 2024-04-14T15:40:03.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:03 smithi193 ceph-mon[32147]: osdmap e18: 3 total, 3 up, 3 in 2024-04-14T15:40:03.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:03 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:03.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:03 smithi192 ceph-mon[31968]: purged_snaps scrub starts 2024-04-14T15:40:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:03 smithi192 ceph-mon[31968]: purged_snaps scrub ok 2024-04-14T15:40:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:03 smithi192 ceph-mon[31968]: Adjusting osd_memory_target on smithi193 to 20160M 2024-04-14T15:40:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:03 smithi192 ceph-mon[31968]: osd.2 [v2:172.21.15.193:6800/1637772926,v1:172.21.15.193:6801/1637772926] boot 2024-04-14T15:40:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:03 smithi192 ceph-mon[31968]: osdmap e18: 3 total, 3 up, 3 in 2024-04-14T15:40:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:03 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:40:04.531 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:04 smithi037 ceph-mon[30640]: pgmap v93: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:04.531 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:04 smithi037 ceph-mon[30640]: osdmap e19: 3 total, 3 up, 3 in 2024-04-14T15:40:04.531 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-14T15:40:04.531 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:04.531 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:04.531 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:04.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:04 smithi193 ceph-mon[32147]: pgmap v93: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:04.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:04 smithi193 ceph-mon[32147]: osdmap e19: 3 total, 3 up, 3 in 2024-04-14T15:40:04.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-14T15:40:04.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:04.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:04.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:04.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:04 smithi192 ceph-mon[31968]: pgmap v93: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-14T15:40:04.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:04 smithi192 ceph-mon[31968]: osdmap e19: 3 total, 3 up, 3 in 2024-04-14T15:40:04.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-14T15:40:04.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:04.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:04.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.423 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-14T15:40:05.423 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 ceph-mon[30640]: osdmap e20: 3 total, 3 up, 3 in 2024-04-14T15:40:05.423 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-14T15:40:05.423 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.423 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.423 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.423 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.423 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.423 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.424 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45611]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-14T15:40:05.424 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45611]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.424 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45611]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.424 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45611]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-14T15:40:05.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 ceph-mon[31968]: osdmap e20: 3 total, 3 up, 3 in 2024-04-14T15:40:05.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-14T15:40:05.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.625 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39371]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-14T15:40:05.626 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39371]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.626 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39371]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.626 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39371]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.626 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39374]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-14T15:40:05.626 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39374]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.626 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39374]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.626 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39374]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.626 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-14T15:40:05.626 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 ceph-mon[32147]: osdmap e20: 3 total, 3 up, 3 in 2024-04-14T15:40:05.626 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-14T15:40:05.626 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.626 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.627 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.627 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.627 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.627 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:05.627 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39377]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-14T15:40:05.782 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45614]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-14T15:40:05.782 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45614]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.782 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45614]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.783 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45614]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45624]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-14T15:40:05.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45624]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45624]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45624]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45630]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-14T15:40:05.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45630]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45630]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:05 smithi037 sudo[45630]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.830 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:40:05.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39377]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39377]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39377]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39380]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-14T15:40:05.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39380]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39380]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:05 smithi193 sudo[39380]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38919]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-14T15:40:05.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38919]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38919]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38919]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38922]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-14T15:40:05.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38922]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38922]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38922]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.906 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38913]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-14T15:40:05.906 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38913]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.906 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38913]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.906 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38913]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:05.906 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38916]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-14T15:40:05.906 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38916]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-14T15:40:05.906 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38916]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-14T15:40:05.906 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:40:05 smithi192 sudo[38916]: pam_unix(sudo:session): session closed for user root 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: pgmap v96: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: osdmap e21: 3 total, 3 up, 3 in 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-14T15:40:06.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-14T15:40:06.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:06 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/21996411' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-14T15:40:06.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: pgmap v96: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: osdmap e21: 3 total, 3 up, 3 in 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-14T15:40:06.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:40:06.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:40:06.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:40:06.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-14T15:40:06.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-14T15:40:06.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:40:06.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:40:06.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:40:06.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-14T15:40:06.633 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:06 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/21996411' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-14T15:40:06.652 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1713109202,"num_in_osds":3,"osd_in_since":1713109183,"num_remapped_pgs":0} 2024-04-14T15:40:06.652 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph osd dump --format=json 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: pgmap v96: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: osdmap e21: 3 total, 3 up, 3 in 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-14T15:40:06.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-14T15:40:06.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:06 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/21996411' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-14T15:40:06.897 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:07.397 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:07 smithi192 ceph-mon[31968]: osdmap e22: 3 total, 3 up, 3 in 2024-04-14T15:40:07.398 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:07 smithi192 ceph-mon[31968]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-14T15:40:07.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:07 smithi193 ceph-mon[32147]: osdmap e22: 3 total, 3 up, 3 in 2024-04-14T15:40:07.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:07 smithi193 ceph-mon[32147]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-14T15:40:07.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:07 smithi037 ceph-mon[30640]: osdmap e22: 3 total, 3 up, 3 in 2024-04-14T15:40:07.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:07 smithi037 ceph-mon[30640]: mgrmap e15: a(active, since 2m), standbys: b 2024-04-14T15:40:08.628 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:40:08.628 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":22,"fsid":"954e4e0a-fa74-11ee-bc8e-c7b262605968","created":"2024-04-14T15:36:26.818053+0000","modified":"2024-04-14T15:40:06.312593+0000","last_up_change":"2024-04-14T15:40:02.279580+0000","last_in_change":"2024-04-14T15:39:43.446519+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-14T15:40:03.526585+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b9fe4411-3971-41bb-8e5b-1a51ba2028ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6803","nonce":914923317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6805","nonce":914923317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6809","nonce":914923317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6807","nonce":914923317}]},"public_addr":"172.21.15.37:6803/914923317","cluster_addr":"172.21.15.37:6805/914923317","heartbeat_back_addr":"172.21.15.37:6809/914923317","heartbeat_front_addr":"172.21.15.37:6807/914923317","state":["exists","up"]},{"osd":1,"uuid":"bbf356d8-9e0c-41b0-9281-9d10b7b2377a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6801","nonce":4215846833}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6803","nonce":4215846833}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6807","nonce":4215846833}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6805","nonce":4215846833}]},"public_addr":"172.21.15.192:6801/4215846833","cluster_addr":"172.21.15.192:6803/4215846833","heartbeat_back_addr":"172.21.15.192:6807/4215846833","heartbeat_front_addr":"172.21.15.192:6805/4215846833","state":["exists","up"]},{"osd":2,"uuid":"af8974bf-4c34-4b4b-8b60-402a26d00d0c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6800","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6801","nonce":1637772926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6802","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6803","nonce":1637772926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6806","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6807","nonce":1637772926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6804","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6805","nonce":1637772926}]},"public_addr":"172.21.15.193:6801/1637772926","cluster_addr":"172.21.15.193:6803/1637772926","heartbeat_back_addr":"172.21.15.193:6807/1637772926","heartbeat_front_addr":"172.21.15.193:6805/1637772926","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-14T15:39:08.162960+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-14T15:39:34.156072+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-14T15:40:01.182047+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/1304553204":"2024-04-15T15:37:31.434026+0000","172.21.15.37:6801/500179158":"2024-04-15T15:37:31.434026+0000","172.21.15.37:6800/500179158":"2024-04-15T15:37:31.434026+0000","172.21.15.37:6800/786719521":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/3608730649":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/2877876272":"2024-04-15T15:37:04.703499+0000","172.21.15.37:6801/786719521":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/576655822":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/1469890649":"2024-04-15T15:37:31.434026+0000","172.21.15.37:0/455096578":"2024-04-15T15:37:31.434026+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-14T15:40:08.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:08 smithi037 ceph-mon[30640]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:08.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:08 smithi037 ceph-mon[30640]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-14T15:40:08.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:08 smithi037 ceph-mon[30640]: Cluster is now healthy 2024-04-14T15:40:08.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:08 smithi193 ceph-mon[32147]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:08.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:08 smithi193 ceph-mon[32147]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-14T15:40:08.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:08 smithi193 ceph-mon[32147]: Cluster is now healthy 2024-04-14T15:40:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:08 smithi192 ceph-mon[31968]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:08 smithi192 ceph-mon[31968]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-14T15:40:08.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:08 smithi192 ceph-mon[31968]: Cluster is now healthy 2024-04-14T15:40:09.092 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-14T15:40:03.526585+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-14T15:40:09.093 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-14T15:40:09.333 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:09.423 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:09 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/2444405863' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T15:40:09.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:09 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2444405863' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T15:40:09.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:09 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/2444405863' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T15:40:10.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:10 smithi037 ceph-mon[30640]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:10.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:10 smithi193 ceph-mon[32147]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:10.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:10 smithi192 ceph-mon[31968]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:11.100 INFO:teuthology.orchestra.run.smithi037.stdout:pg_num: 1 2024-04-14T15:40:11.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:11 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/4098953505' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-14T15:40:11.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:11 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/4098953505' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-14T15:40:11.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:11 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/4098953505' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-14T15:40:11.749 INFO:tasks.cephadm:Setting up client nodes... 2024-04-14T15:40:11.749 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-14T15:40:11.749 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-14T15:40:11.749 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph mgr dump --format=json 2024-04-14T15:40:11.988 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:12.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:12 smithi037 ceph-mon[30640]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:12.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:12 smithi193 ceph-mon[32147]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:12.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:12 smithi192 ceph-mon[31968]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:13.713 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:40:14.318 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6800","nonce":188634476},{"type":"v1","addr":"172.21.15.37:6801","nonce":188634476}]},"active_addr":"172.21.15.37:6801/188634476","active_change":"2024-04-14T15:37:31.434143+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.37:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":3571845837}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":2293846280}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":3749783722}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":102924403}]}]} 2024-04-14T15:40:14.325 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-14T15:40:14.325 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-14T15:40:14.325 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph osd dump --format=json 2024-04-14T15:40:14.562 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:14.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:14 smithi193 ceph-mon[32147]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:14.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:14 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/4213332233' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-14T15:40:14.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:14 smithi037 ceph-mon[30640]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:14.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:14 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/4213332233' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-14T15:40:14.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:14 smithi192 ceph-mon[31968]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:14.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:14 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/4213332233' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-14T15:40:16.280 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:40:16.280 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":22,"fsid":"954e4e0a-fa74-11ee-bc8e-c7b262605968","created":"2024-04-14T15:36:26.818053+0000","modified":"2024-04-14T15:40:06.312593+0000","last_up_change":"2024-04-14T15:40:02.279580+0000","last_in_change":"2024-04-14T15:39:43.446519+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-14T15:40:03.526585+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b9fe4411-3971-41bb-8e5b-1a51ba2028ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6803","nonce":914923317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6805","nonce":914923317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6809","nonce":914923317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6807","nonce":914923317}]},"public_addr":"172.21.15.37:6803/914923317","cluster_addr":"172.21.15.37:6805/914923317","heartbeat_back_addr":"172.21.15.37:6809/914923317","heartbeat_front_addr":"172.21.15.37:6807/914923317","state":["exists","up"]},{"osd":1,"uuid":"bbf356d8-9e0c-41b0-9281-9d10b7b2377a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6801","nonce":4215846833}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6803","nonce":4215846833}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6807","nonce":4215846833}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6805","nonce":4215846833}]},"public_addr":"172.21.15.192:6801/4215846833","cluster_addr":"172.21.15.192:6803/4215846833","heartbeat_back_addr":"172.21.15.192:6807/4215846833","heartbeat_front_addr":"172.21.15.192:6805/4215846833","state":["exists","up"]},{"osd":2,"uuid":"af8974bf-4c34-4b4b-8b60-402a26d00d0c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6800","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6801","nonce":1637772926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6802","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6803","nonce":1637772926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6806","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6807","nonce":1637772926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6804","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6805","nonce":1637772926}]},"public_addr":"172.21.15.193:6801/1637772926","cluster_addr":"172.21.15.193:6803/1637772926","heartbeat_back_addr":"172.21.15.193:6807/1637772926","heartbeat_front_addr":"172.21.15.193:6805/1637772926","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-14T15:39:08.162960+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-14T15:39:34.156072+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-14T15:40:01.182047+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/1304553204":"2024-04-15T15:37:31.434026+0000","172.21.15.37:6801/500179158":"2024-04-15T15:37:31.434026+0000","172.21.15.37:6800/500179158":"2024-04-15T15:37:31.434026+0000","172.21.15.37:6800/786719521":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/3608730649":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/2877876272":"2024-04-15T15:37:04.703499+0000","172.21.15.37:6801/786719521":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/576655822":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/1469890649":"2024-04-15T15:37:31.434026+0000","172.21.15.37:0/455096578":"2024-04-15T15:37:31.434026+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-14T15:40:16.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:16 smithi037 ceph-mon[30640]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:16.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:16 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2128177174' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T15:40:16.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:16 smithi193 ceph-mon[32147]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:16.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:16 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/2128177174' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T15:40:16.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:16 smithi192 ceph-mon[31968]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:16.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:16 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/2128177174' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T15:40:16.950 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-14T15:40:16.951 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph osd dump --format=json 2024-04-14T15:40:17.199 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: Detected new or changed devices on smithi193 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:17.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:17.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:17.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:17.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:17.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:17 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: Detected new or changed devices on smithi193 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:17.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:17.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:17.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:17 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: Detected new or changed devices on smithi193 2024-04-14T15:40:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:17.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:17.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:17.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:17.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:17.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:17.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:17.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:17.657 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:17 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:18.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:18 smithi193 ceph-mon[32147]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:18.639 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:18 smithi037 ceph-mon[30640]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:18.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:18 smithi192 ceph-mon[31968]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:19.072 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:40:19.072 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":22,"fsid":"954e4e0a-fa74-11ee-bc8e-c7b262605968","created":"2024-04-14T15:36:26.818053+0000","modified":"2024-04-14T15:40:06.312593+0000","last_up_change":"2024-04-14T15:40:02.279580+0000","last_in_change":"2024-04-14T15:39:43.446519+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-14T15:40:03.526585+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"b9fe4411-3971-41bb-8e5b-1a51ba2028ae","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6803","nonce":914923317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6805","nonce":914923317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6809","nonce":914923317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":914923317},{"type":"v1","addr":"172.21.15.37:6807","nonce":914923317}]},"public_addr":"172.21.15.37:6803/914923317","cluster_addr":"172.21.15.37:6805/914923317","heartbeat_back_addr":"172.21.15.37:6809/914923317","heartbeat_front_addr":"172.21.15.37:6807/914923317","state":["exists","up"]},{"osd":1,"uuid":"bbf356d8-9e0c-41b0-9281-9d10b7b2377a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6801","nonce":4215846833}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6803","nonce":4215846833}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6807","nonce":4215846833}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":4215846833},{"type":"v1","addr":"172.21.15.192:6805","nonce":4215846833}]},"public_addr":"172.21.15.192:6801/4215846833","cluster_addr":"172.21.15.192:6803/4215846833","heartbeat_back_addr":"172.21.15.192:6807/4215846833","heartbeat_front_addr":"172.21.15.192:6805/4215846833","state":["exists","up"]},{"osd":2,"uuid":"af8974bf-4c34-4b4b-8b60-402a26d00d0c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6800","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6801","nonce":1637772926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6802","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6803","nonce":1637772926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6806","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6807","nonce":1637772926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6804","nonce":1637772926},{"type":"v1","addr":"172.21.15.193:6805","nonce":1637772926}]},"public_addr":"172.21.15.193:6801/1637772926","cluster_addr":"172.21.15.193:6803/1637772926","heartbeat_back_addr":"172.21.15.193:6807/1637772926","heartbeat_front_addr":"172.21.15.193:6805/1637772926","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-14T15:39:08.162960+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-14T15:39:34.156072+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-14T15:40:01.182047+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/1304553204":"2024-04-15T15:37:31.434026+0000","172.21.15.37:6801/500179158":"2024-04-15T15:37:31.434026+0000","172.21.15.37:6800/500179158":"2024-04-15T15:37:31.434026+0000","172.21.15.37:6800/786719521":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/3608730649":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/2877876272":"2024-04-15T15:37:04.703499+0000","172.21.15.37:6801/786719521":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/576655822":"2024-04-15T15:37:04.703499+0000","172.21.15.37:0/1469890649":"2024-04-15T15:37:31.434026+0000","172.21.15.37:0/455096578":"2024-04-15T15:37:31.434026+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-14T15:40:19.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:19 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2454814054' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T15:40:19.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:19 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/2454814054' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T15:40:19.688 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-14T15:40:19.688 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-14T15:40:19.689 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-14T15:40:19.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:19 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/2454814054' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-14T15:40:19.963 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:19.963 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:19.963 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:20.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:20 smithi037 ceph-mon[30640]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:20.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:20 smithi192 ceph-mon[31968]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:20.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:20 smithi193 ceph-mon[32147]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:22.501 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:22 smithi037 ceph-mon[30640]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:22.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:22 smithi192 ceph-mon[31968]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:22.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:22 smithi193 ceph-mon[32147]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:23.264 INFO:teuthology.orchestra.run.smithi037.stdout:55834574861 2024-04-14T15:40:23.264 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-14T15:40:24.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:24 smithi037 ceph-mon[30640]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:24.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:24.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:24.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:24.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:24 smithi192 ceph-mon[31968]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:24.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:24.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:24.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:24.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:24 smithi193 ceph-mon[32147]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:24.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:24.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:24.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:25.840 INFO:teuthology.orchestra.run.smithi037.stdout:77309411336 2024-04-14T15:40:25.841 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-14T15:40:26.304 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:26.503 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:26 smithi192 ceph-mon[31968]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:26.503 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:26 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:26.503 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:26 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:26.504 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:26 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:26.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:26 smithi037 ceph-mon[30640]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:26.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:26 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:26.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:26 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:26.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:26 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:26.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:26 smithi193 ceph-mon[32147]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:26.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:26 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:26.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:26 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:26.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:26 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:27.663 INFO:teuthology.orchestra.run.smithi037.stdout:34359738386 2024-04-14T15:40:27.663 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-14T15:40:28.414 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:28 smithi037 ceph-mon[30640]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:28.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:28 smithi193 ceph-mon[32147]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:28.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:28 smithi192 ceph-mon[31968]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:28.900 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:28.903 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:30.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:30 smithi037 ceph-mon[30640]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:30.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:30 smithi193 ceph-mon[32147]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:30.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:30 smithi192 ceph-mon[31968]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:32.214 INFO:teuthology.orchestra.run.smithi037.stdout:77309411337 2024-04-14T15:40:32.412 INFO:teuthology.orchestra.run.smithi037.stdout:55834574862 2024-04-14T15:40:32.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:32 smithi193 ceph-mon[32147]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:32.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:32 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/2058915044' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-14T15:40:32.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:32 smithi037 ceph-mon[30640]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:32.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:32 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2058915044' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-14T15:40:32.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:32 smithi192 ceph-mon[31968]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:32.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:32 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/2058915044' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-14T15:40:33.010 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411337 for osd.2 2024-04-14T15:40:33.010 DEBUG:teuthology.parallel:result is None 2024-04-14T15:40:33.345 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574861 got 55834574862 for osd.1 2024-04-14T15:40:33.345 DEBUG:teuthology.parallel:result is None 2024-04-14T15:40:33.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:33 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/2960037691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-14T15:40:33.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:33 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2960037691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-14T15:40:33.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:33 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/2960037691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-14T15:40:33.965 INFO:teuthology.orchestra.run.smithi037.stdout:34359738387 2024-04-14T15:40:34.517 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:34 smithi037 ceph-mon[30640]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:34.518 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:34 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2939934872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-14T15:40:34.545 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738386 got 34359738387 for osd.0 2024-04-14T15:40:34.545 DEBUG:teuthology.parallel:result is None 2024-04-14T15:40:34.545 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-14T15:40:34.545 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph pg dump --format=json 2024-04-14T15:40:34.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:34 smithi193 ceph-mon[32147]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:34.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:34 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/2939934872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-14T15:40:34.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:34 smithi192 ceph-mon[31968]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:34.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:34 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/2939934872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-14T15:40:34.785 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:36.463 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:36 smithi193 ceph-mon[32147]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:36.463 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:36.463 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:36.464 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:36 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:36.533 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:40:36.535 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-04-14T15:40:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:36 smithi037 ceph-mon[30640]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:36.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:36 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:36.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:36 smithi192 ceph-mon[31968]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:36.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:36 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:37.105 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":117,"stamp":"2024-04-14T15:40:36.504650+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84600,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150856,"statfs":{"total":287985106944,"available":287898476544,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001985"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-14T15:40:06.315187+0000","last_change":"2024-04-14T15:40:05.321314+0000","last_active":"2024-04-14T15:40:06.315187+0000","last_peered":"2024-04-14T15:40:06.315187+0000","last_clean":"2024-04-14T15:40:06.315187+0000","last_became_active":"2024-04-14T15:40:05.320536+0000","last_became_peered":"2024-04-14T15:40:05.320536+0000","last_unstale":"2024-04-14T15:40:06.315187+0000","last_undegraded":"2024-04-14T15:40:06.315187+0000","last_fullsized":"2024-04-14T15:40:06.315187+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-14T15:40:04.295196+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-14T15:40:04.295196+0000","last_clean_scrub_stamp":"2024-04-14T15:40:04.295196+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-15T15:58:28.427107+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738388,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574864,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-14T15:40:37.106 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph pg dump --format=json 2024-04-14T15:40:37.353 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:38.494 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:38 smithi037 ceph-mon[30640]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:38.495 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:38 smithi037 ceph-mon[30640]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:40:38.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:38 smithi193 ceph-mon[32147]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:38.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:38 smithi193 ceph-mon[32147]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:40:38.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:38 smithi192 ceph-mon[31968]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:38.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:38 smithi192 ceph-mon[31968]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:40:39.228 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:40:39.230 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-04-14T15:40:39.839 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":118,"stamp":"2024-04-14T15:40:38.504927+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84600,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150856,"statfs":{"total":287985106944,"available":287898476544,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001957"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-14T15:40:06.315187+0000","last_change":"2024-04-14T15:40:05.321314+0000","last_active":"2024-04-14T15:40:06.315187+0000","last_peered":"2024-04-14T15:40:06.315187+0000","last_clean":"2024-04-14T15:40:06.315187+0000","last_became_active":"2024-04-14T15:40:05.320536+0000","last_became_peered":"2024-04-14T15:40:05.320536+0000","last_unstale":"2024-04-14T15:40:06.315187+0000","last_undegraded":"2024-04-14T15:40:06.315187+0000","last_fullsized":"2024-04-14T15:40:06.315187+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-14T15:40:04.295196+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-14T15:40:04.295196+0000","last_clean_scrub_stamp":"2024-04-14T15:40:04.295196+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-15T15:58:28.427107+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411339,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738388,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574864,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-14T15:40:39.840 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-14T15:40:39.840 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-14T15:40:39.840 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-14T15:40:39.840 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- ceph health --format=json 2024-04-14T15:40:40.082 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:40.537 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:40 smithi037 ceph-mon[30640]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:40.537 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:40 smithi037 ceph-mon[30640]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:40:40.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:40 smithi193 ceph-mon[32147]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:40.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:40 smithi193 ceph-mon[32147]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:40:40.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:40 smithi192 ceph-mon[31968]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:40.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:40 smithi192 ceph-mon[31968]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:40:41.964 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:40:41.964 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-14T15:40:42.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:42 smithi037 ceph-mon[30640]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:42.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:42 smithi037 ceph-mon[30640]: from='client.? 172.21.15.37:0/2090069342' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-14T15:40:42.550 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-14T15:40:42.551 INFO:tasks.cephadm:Setup complete, yielding 2024-04-14T15:40:42.551 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-14T15:40:42.562 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2024-04-14T15:40:42.562 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 -- bash -c 'set -e 2024-04-14T15:40:42.562 DEBUG:teuthology.orchestra.run.smithi037:> set -x 2024-04-14T15:40:42.562 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply node-exporter 2024-04-14T15:40:42.562 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply grafana 2024-04-14T15:40:42.562 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply alertmanager 2024-04-14T15:40:42.562 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply prometheus 2024-04-14T15:40:42.562 DEBUG:teuthology.orchestra.run.smithi037:> sleep 240 2024-04-14T15:40:42.562 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch ls 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch ps 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch host ls 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> # check each host node-exporter metrics endpoint is responsive 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-14T15:40:42.563 DEBUG:teuthology.orchestra.run.smithi037:> for ip in $ALL_HOST_IPS; do 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${ip}:9100/metric 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> done 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> # check grafana endpoints are responsive and database health is okay 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> # stop mon daemon in order to trigger an alert 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch daemon stop $MON_DAEMON 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> sleep 120 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-14T15:40:42.564 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-14T15:40:42.565 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-14T15:40:42.565 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-14T15:40:42.565 DEBUG:teuthology.orchestra.run.smithi037:> ' 2024-04-14T15:40:42.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:42 smithi193 ceph-mon[32147]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:42.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:42 smithi193 ceph-mon[32147]: from='client.? 172.21.15.37:0/2090069342' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-14T15:40:42.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:42 smithi192 ceph-mon[31968]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:42.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:42 smithi192 ceph-mon[31968]: from='client.? 172.21.15.37:0/2090069342' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-14T15:40:42.803 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/mon.a/config 2024-04-14T15:40:44.339 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply node-exporter 2024-04-14T15:40:44.571 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled node-exporter update... 2024-04-14T15:40:44.583 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply grafana 2024-04-14T15:40:44.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:44 smithi193 ceph-mon[32147]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:44.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:44.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:44.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:44 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:44.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:44 smithi037 ceph-mon[30640]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:44.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:44.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:44.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:44 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:44.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:44 smithi192 ceph-mon[31968]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:44.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:44.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:44.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:44 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:44.931 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled grafana update... 2024-04-14T15:40:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply alertmanager 2024-04-14T15:40:45.303 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled alertmanager update... 2024-04-14T15:40:45.316 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply prometheus 2024-04-14T15:40:45.709 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled prometheus update... 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: Saving service node-exporter spec with placement * 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: Deploying daemon node-exporter.smithi037 on smithi037 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: Saving service grafana spec with placement count:1 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:45.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: Saving service alertmanager spec with placement count:1 2024-04-14T15:40:45.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:45 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.723 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 240 2024-04-14T15:40:45.844 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:45.844 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:45.844 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: Saving service node-exporter spec with placement * 2024-04-14T15:40:45.844 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.844 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:45.844 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: Deploying daemon node-exporter.smithi037 on smithi037 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: Saving service grafana spec with placement count:1 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: Saving service alertmanager spec with placement count:1 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.845 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:45 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: Saving service node-exporter spec with placement * 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: Deploying daemon node-exporter.smithi037 on smithi037 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: Saving service grafana spec with placement count:1 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: Saving service alertmanager spec with placement count:1 2024-04-14T15:40:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:45.883 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:45 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:46.872 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:46 smithi037 ceph-mon[30640]: from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:46.873 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:46 smithi037 ceph-mon[30640]: Saving service prometheus spec with placement count:1 2024-04-14T15:40:46.873 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:46 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:46.981 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:46 smithi192 ceph-mon[31968]: from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:46.981 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:46 smithi192 ceph-mon[31968]: Saving service prometheus spec with placement count:1 2024-04-14T15:40:46.981 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:46 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:47.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:46 smithi193 ceph-mon[32147]: from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:40:47.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:46 smithi193 ceph-mon[32147]: Saving service prometheus spec with placement count:1 2024-04-14T15:40:47.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:46 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:48.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:47 smithi193 ceph-mon[32147]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:48.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:47 smithi037 ceph-mon[30640]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:48.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:47 smithi192 ceph-mon[31968]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:49.810 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:49 smithi037 ceph-mon[30640]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:49.810 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:49 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:49.810 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:49 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:49.810 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:49 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:50.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:49 smithi193 ceph-mon[32147]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:50.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:49 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:50.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:49 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:50.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:49 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:50.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:49 smithi192 ceph-mon[31968]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:50.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:49 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:50.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:49 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:50.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:49 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:50.778 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:50 smithi192 ceph-mon[31968]: Deploying daemon node-exporter.smithi192 on smithi192 2024-04-14T15:40:50.848 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:50 smithi037 ceph-mon[30640]: Deploying daemon node-exporter.smithi192 on smithi192 2024-04-14T15:40:51.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:50 smithi193 ceph-mon[32147]: Deploying daemon node-exporter.smithi192 on smithi192 2024-04-14T15:40:52.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:51 smithi193 ceph-mon[32147]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:52.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:51 smithi037 ceph-mon[30640]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:52.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:51 smithi192 ceph-mon[31968]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:53.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:53 smithi192 ceph-mon[31968]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:53.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:53 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:53.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:53 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:53.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:53 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:54.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:53 smithi193 ceph-mon[32147]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:54.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:53 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:54.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:53 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:54.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:53 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:54.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:53 smithi037 ceph-mon[30640]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:54.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:53 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:54.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:53 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:54.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:53 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:54.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:54 smithi193 ceph-mon[32147]: Deploying daemon node-exporter.smithi193 on smithi193 2024-04-14T15:40:55.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:54 smithi037 ceph-mon[30640]: Deploying daemon node-exporter.smithi193 on smithi193 2024-04-14T15:40:55.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:54 smithi192 ceph-mon[31968]: Deploying daemon node-exporter.smithi193 on smithi193 2024-04-14T15:40:55.937 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:55 smithi193 ceph-mon[32147]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:55.937 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:55 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:55.937 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:55 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:55.937 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:55 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:56.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:55 smithi037 ceph-mon[30640]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:56.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:55 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:56.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:55 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:56.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:55 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:56.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:55 smithi192 ceph-mon[31968]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:56.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:55 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:56.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:55 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:56.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:55 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:57.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:57 smithi037 ceph-mon[30640]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:57.997 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:57 smithi193 ceph-mon[32147]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:58.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:57 smithi192 ceph-mon[31968]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:59.083 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.083 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.083 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:59.084 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.084 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.084 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.084 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.084 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.084 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:59.084 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:59.084 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:59.084 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.085 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:59.085 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:59.085 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:59.085 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:58 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:59.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:59.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:59.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:58 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:40:59.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:40:59.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:40:59.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:40:59.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:58 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:00.030 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:59 smithi192 ceph-mon[31968]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:00.030 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:59 smithi192 ceph-mon[31968]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:41:00.030 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:40:59 smithi192 ceph-mon[31968]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:41:00.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:59 smithi193 ceph-mon[32147]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:00.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:59 smithi193 ceph-mon[32147]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:41:00.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:40:59 smithi193 ceph-mon[32147]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:41:00.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:59 smithi037 ceph-mon[30640]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:00.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:59 smithi037 ceph-mon[30640]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:41:00.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:40:59 smithi037 ceph-mon[30640]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:41:01.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:01 smithi192 ceph-mon[31968]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:01.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:01 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:02.072 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:01 smithi193 ceph-mon[32147]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:02.072 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:01 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:02.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:01 smithi037 ceph-mon[30640]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:02.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:01 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.486 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:03 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.486 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:03 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.486 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:03 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.487 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:03 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.487 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:03 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.487 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:03 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.487 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:03 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:03 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:03 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:03 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:03 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:03 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:03 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:03 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:03 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:04 smithi193 ceph-mon[32147]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:04.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:04 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:04 smithi037 ceph-mon[30640]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:04.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:04 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:04 smithi192 ceph-mon[31968]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:04.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:04.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:04 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:41:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:41:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:41:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-14T15:41:06.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-14T15:41:06.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-14T15:41:06.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:05 smithi193 ceph-mon[32147]: Deploying daemon grafana.smithi037 on smithi037 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-14T15:41:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-14T15:41:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-14T15:41:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:05 smithi037 ceph-mon[30640]: Deploying daemon grafana.smithi037 on smithi037 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-14T15:41:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:05 smithi192 ceph-mon[31968]: Deploying daemon grafana.smithi037 on smithi037 2024-04-14T15:41:08.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:07 smithi037 ceph-mon[30640]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:08.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:07 smithi192 ceph-mon[31968]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:08.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:07 smithi193 ceph-mon[32147]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:10.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:09 smithi037 ceph-mon[30640]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:10.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:09 smithi192 ceph-mon[31968]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:10.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:09 smithi193 ceph-mon[32147]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:12.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:11 smithi192 ceph-mon[31968]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:12.183 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:11 smithi193 ceph-mon[32147]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:12.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:11 smithi037 ceph-mon[30640]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:14.147 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:13 smithi037 ceph-mon[30640]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:14.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:13 smithi192 ceph-mon[31968]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:14.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:13 smithi193 ceph-mon[32147]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:16.154 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:15 smithi037 ceph-mon[30640]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:16.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:15 smithi192 ceph-mon[31968]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:16.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:15 smithi193 ceph-mon[32147]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:18.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:18 smithi037 ceph-mon[30640]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:18.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:18 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:18 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:18 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:18 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:18 smithi037 ceph-mon[30640]: Deploying daemon alertmanager.smithi193 on smithi193 2024-04-14T15:41:18.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:18 smithi193 ceph-mon[32147]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:18.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:18 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:18 smithi193 ceph-mon[32147]: Deploying daemon alertmanager.smithi193 on smithi193 2024-04-14T15:41:18.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:18 smithi192 ceph-mon[31968]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:18.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:18 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:18 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:18 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:18 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:18.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:18 smithi192 ceph-mon[31968]: Deploying daemon alertmanager.smithi193 on smithi193 2024-04-14T15:41:20.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:20 smithi037 ceph-mon[30640]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:20.348 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:20 smithi192 ceph-mon[31968]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:20.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:20 smithi193 ceph-mon[32147]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:22.021 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:21 smithi037 ceph-mon[30640]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:22.022 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:21 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:22.022 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:21 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:22.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:21 smithi193 ceph-mon[32147]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:22.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:21 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:22.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:21 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:22.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:21 smithi192 ceph-mon[31968]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:22.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:21 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:22.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:21 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.582 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.582 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.582 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.582 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.582 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.582 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:23 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:23 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:23 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:23 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:23 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:23 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:23 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:23.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:23 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:24.369 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:24 smithi193 ceph-mon[32147]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:24.369 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:24.369 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:24.369 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:24 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:24.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:24 smithi037 ceph-mon[30640]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:24.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:24.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:24.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:24 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:24.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:24 smithi192 ceph-mon[31968]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:24.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:24.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:24.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:24 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:26.211 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:26 smithi193 ceph-mon[32147]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:26.211 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:26 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:26.211 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:26 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:26.211 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:26 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:26.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:26 smithi037 ceph-mon[30640]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:26.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:26 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:26.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:26 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:26.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:26 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:26.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:26 smithi192 ceph-mon[31968]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:26.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:26 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:26.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:26 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:26.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:26 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:27.819 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:27 smithi193 ceph-mon[32147]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:27.820 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:27 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:27.820 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:27 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:27.820 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:27 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:27.820 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:27 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:27.820 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:27 smithi193 ceph-mon[32147]: Deploying daemon prometheus.smithi192 on smithi192 2024-04-14T15:41:28.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:27 smithi037 ceph-mon[30640]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:28.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:27 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:28.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:27 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:28.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:27 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:28.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:27 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:28.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:27 smithi037 ceph-mon[30640]: Deploying daemon prometheus.smithi192 on smithi192 2024-04-14T15:41:28.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:27 smithi192 ceph-mon[31968]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:28.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:28.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:28.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:28.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:27 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:28.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:27 smithi192 ceph-mon[31968]: Deploying daemon prometheus.smithi192 on smithi192 2024-04-14T15:41:29.964 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:29 smithi193 ceph-mon[32147]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:30.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:29 smithi037 ceph-mon[30640]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:30.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:29 smithi192 ceph-mon[31968]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:32.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:32 smithi193 ceph-mon[32147]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:32.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:32.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:32 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:32.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:32 smithi037 ceph-mon[30640]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:32.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:32.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:32 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:32.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:32 smithi192 ceph-mon[31968]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:32.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:32.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:32 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:33.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:33 smithi193 ceph-mon[32147]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:33.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:33 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:33.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:33 smithi037 ceph-mon[30640]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:33.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:33.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:33.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:33 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:33.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:33 smithi192 ceph-mon[31968]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:33.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:33.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:33.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:33 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:35.834 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:35 smithi192 ceph-mon[31968]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:35.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:35 smithi193 ceph-mon[32147]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:35.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:35 smithi037 ceph-mon[30640]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:37.678 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:37 smithi192 ceph-mon[31968]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:37.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:37 smithi193 ceph-mon[32147]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:37.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:37 smithi037 ceph-mon[30640]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:39.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:38 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:39.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:38 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:39.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:38 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:39.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:38 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-14T15:41:39.018 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:38 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ignoring --setuser ceph since I am not root 2024-04-14T15:41:39.018 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:38 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ignoring --setgroup ceph since I am not root 2024-04-14T15:41:39.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:38 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:39.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:38 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:39.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:38 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:39.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:38 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-14T15:41:39.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:38 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:39.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:38 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:39.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:38 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' 2024-04-14T15:41:39.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:38 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-14T15:41:39.155 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:38 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: ignoring --setuser ceph since I am not root 2024-04-14T15:41:39.155 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:38 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: ignoring --setgroup ceph since I am not root 2024-04-14T15:41:39.155 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:38 smithi192 ceph-mgr[33682]: -- 172.21.15.192:0/60911739 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5616567e45a0 con 0x5616567b9000 2024-04-14T15:41:39.866 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:39 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:39.455+0000 7f9d2f3c6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T15:41:39.866 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:39 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:39.555+0000 7f9d2f3c6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T15:41:39.867 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:39 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:39.428+0000 7fab532ad200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-14T15:41:39.867 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:39 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:39.521+0000 7fab532ad200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-14T15:41:40.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:39 smithi193 ceph-mon[32147]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-14T15:41:40.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:39 smithi193 ceph-mon[32147]: mgrmap e16: a(active, since 4m), standbys: b 2024-04-14T15:41:40.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:39 smithi037 ceph-mon[30640]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-14T15:41:40.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:39 smithi037 ceph-mon[30640]: mgrmap e16: a(active, since 4m), standbys: b 2024-04-14T15:41:40.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:39 smithi192 ceph-mon[31968]: from='mgr.14152 172.21.15.37:0/1920492192' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-14T15:41:40.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:39 smithi192 ceph-mon[31968]: mgrmap e16: a(active, since 4m), standbys: b 2024-04-14T15:41:40.489 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:40 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:40.160+0000 7fab532ad200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T15:41:40.489 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:40 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:40.251+0000 7fab532ad200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T15:41:40.489 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:40 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:40.393+0000 7fab532ad200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T15:41:40.489 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:40 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:40.488+0000 7fab532ad200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T15:41:40.537 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:40 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:40.228+0000 7f9d2f3c6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-14T15:41:40.538 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:40 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:40.324+0000 7f9d2f3c6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-14T15:41:40.538 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:40 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:40.477+0000 7f9d2f3c6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-14T15:41:40.841 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:40 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:40.571+0000 7fab532ad200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T15:41:40.841 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:40 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:40.840+0000 7fab532ad200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T15:41:40.883 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:40 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:40.588+0000 7f9d2f3c6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-14T15:41:40.884 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:40 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:40.676+0000 7f9d2f3c6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-14T15:41:41.139 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:40 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:40.951+0000 7fab532ad200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T15:41:41.140 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:41 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:41.041+0000 7fab532ad200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T15:41:41.140 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:41 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:41.139+0000 7fab532ad200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T15:41:41.249 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:40 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:40.949+0000 7f9d2f3c6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-14T15:41:41.249 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:41 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:41.062+0000 7f9d2f3c6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-14T15:41:41.250 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:41 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:41.151+0000 7f9d2f3c6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-14T15:41:41.404 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:41 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:41.323+0000 7fab532ad200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T15:41:41.633 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:41 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:41.248+0000 7f9d2f3c6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-14T15:41:41.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:41 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:41.428+0000 7f9d2f3c6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-14T15:41:42.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:42 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:42.332+0000 7fab532ad200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T15:41:42.765 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:42 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:42.475+0000 7fab532ad200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T15:41:42.883 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:42 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:42.416+0000 7f9d2f3c6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-14T15:41:42.883 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:42 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:42.552+0000 7f9d2f3c6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-14T15:41:43.147 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:42 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:42.846+0000 7fab532ad200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T15:41:43.148 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:42 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:42.948+0000 7fab532ad200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T15:41:43.148 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:43 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:43.147+0000 7fab532ad200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:41:43.198 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:42 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:42.900+0000 7f9d2f3c6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-14T15:41:43.198 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:42 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:42.993+0000 7f9d2f3c6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-14T15:41:43.198 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:43 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:43.197+0000 7f9d2f3c6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:41:43.404 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:43 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:43.336+0000 7fab532ad200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T15:41:43.633 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:43 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:43.390+0000 7f9d2f3c6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-14T15:41:43.750 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:43 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:43.634+0000 7fab532ad200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:41:43.954 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:43 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:43.689+0000 7f9d2f3c6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-14T15:41:44.008 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:43 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:43.902+0000 7fab532ad200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T15:41:44.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:43 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:43.953+0000 7f9d2f3c6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-14T15:41:44.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:44 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:44.201+0000 7f9d2f3c6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T15:41:44.404 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:44 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:44.163+0000 7fab532ad200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-14T15:41:45.287 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:45.019+0000 7fab532ad200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T15:41:45.383 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:45 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:45.048+0000 7f9d2f3c6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-14T15:41:45.884 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:45 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:45.651+0000 7f9d2f3c6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T15:41:45.884 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:45 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:45.756+0000 7f9d2f3c6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T15:41:45.905 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:45.620+0000 7fab532ad200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-14T15:41:45.905 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:45.727+0000 7fab532ad200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-14T15:41:46.327 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:45 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:45.994+0000 7f9d2f3c6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T15:41:46.327 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:41:46] ENGINE Bus STARTING 2024-04-14T15:41:46.327 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: CherryPy Checker: 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: The Application mounted at '' has an empty config. 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:41:46] ENGINE Serving on http://:::9283 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:41:46] ENGINE Bus STARTED 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: Standby manager daemon b restarted 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: Standby manager daemon b started 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-14T15:41:46.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: Active manager daemon a restarted 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: Activating manager daemon a 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: osdmap e23: 3 total, 3 up, 3 in 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: mgrmap e17: a(active, starting, since 0.00664278s), standbys: b 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-14T15:41:46.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-14T15:41:46.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-14T15:41:46.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:46 smithi037 ceph-mon[30640]: Manager daemon a is now available 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: Standby manager daemon b restarted 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: Standby manager daemon b started 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: Active manager daemon a restarted 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: Activating manager daemon a 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: osdmap e23: 3 total, 3 up, 3 in 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: mgrmap e17: a(active, starting, since 0.00664278s), standbys: b 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:41:46.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-14T15:41:46.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:46 smithi193 ceph-mon[32147]: Manager daemon a is now available 2024-04-14T15:41:46.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:45.962+0000 7fab532ad200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-14T15:41:46.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:45 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: [14/Apr/2024:15:41:45] ENGINE Bus STARTING 2024-04-14T15:41:46.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: CherryPy Checker: 2024-04-14T15:41:46.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: The Application mounted at '' has an empty config. 2024-04-14T15:41:46.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: 2024-04-14T15:41:46.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: [14/Apr/2024:15:41:46] ENGINE Serving on http://:::9283 2024-04-14T15:41:46.405 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b[33659]: [14/Apr/2024:15:41:46] ENGINE Bus STARTED 2024-04-14T15:41:46.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: Standby manager daemon b restarted 2024-04-14T15:41:46.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: Standby manager daemon b started 2024-04-14T15:41:46.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-14T15:41:46.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-14T15:41:46.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-14T15:41:46.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.? 172.21.15.192:0/3423261295' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-14T15:41:46.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: Active manager daemon a restarted 2024-04-14T15:41:46.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: Activating manager daemon a 2024-04-14T15:41:46.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: osdmap e23: 3 total, 3 up, 3 in 2024-04-14T15:41:46.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: mgrmap e17: a(active, starting, since 0.00664278s), standbys: b 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-14T15:41:46.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:46 smithi192 ceph-mon[31968]: Manager daemon a is now available 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]': finished 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]': finished 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:41:47.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]': finished 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: Updating smithi193:/etc/ceph/ceph.conf 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: [14/Apr/2024:15:41:46] ENGINE Bus STARTING 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: [14/Apr/2024:15:41:46] ENGINE Serving on http://172.21.15.37:8765 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: [14/Apr/2024:15:41:46] ENGINE Serving on https://172.21.15.37:7151 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: [14/Apr/2024:15:41:46] ENGINE Bus STARTED 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:41:47.383 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:41:47.384 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:41:47.384 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:47 smithi193 ceph-mon[32147]: mgrmap e18: a(active, since 1.01106s), standbys: b 2024-04-14T15:41:47.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:47.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:41:47.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:41:47.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]': finished 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]': finished 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]': finished 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-14T15:41:47.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: Updating smithi193:/etc/ceph/ceph.conf 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: [14/Apr/2024:15:41:46] ENGINE Bus STARTING 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: [14/Apr/2024:15:41:46] ENGINE Serving on http://172.21.15.37:8765 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: [14/Apr/2024:15:41:46] ENGINE Serving on https://172.21.15.37:7151 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: [14/Apr/2024:15:41:46] ENGINE Bus STARTED 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:41:47.386 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:47 smithi037 ceph-mon[30640]: mgrmap e18: a(active, since 1.01106s), standbys: b 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]: dispatch 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]': finished 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]': finished 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]': finished 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:41:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: Updating smithi037:/etc/ceph/ceph.conf 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: Updating smithi192:/etc/ceph/ceph.conf 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: Updating smithi193:/etc/ceph/ceph.conf 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: [14/Apr/2024:15:41:46] ENGINE Bus STARTING 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: [14/Apr/2024:15:41:46] ENGINE Serving on http://172.21.15.37:8765 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: [14/Apr/2024:15:41:46] ENGINE Serving on https://172.21.15.37:7151 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: [14/Apr/2024:15:41:46] ENGINE Bus STARTED 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.conf 2024-04-14T15:41:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:41:47.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:47 smithi192 ceph-mon[31968]: mgrmap e18: a(active, since 1.01106s), standbys: b 2024-04-14T15:41:48.585 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:41:48.585 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: Updating smithi193:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:41:48.585 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:48.585 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:41:48.585 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:41:48.585 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: Reconfiguring grafana.smithi037 (dependencies changed)... 2024-04-14T15:41:48.586 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:48 smithi193 ceph-mon[32147]: Reconfiguring daemon grafana.smithi037 on smithi037 2024-04-14T15:41:48.602 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:41:48.602 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: Updating smithi193:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:41:48.602 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:48.602 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:41:48.602 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:41:48.602 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:41:48.602 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: Reconfiguring grafana.smithi037 (dependencies changed)... 2024-04-14T15:41:48.603 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:48 smithi037 ceph-mon[30640]: Reconfiguring daemon grafana.smithi037 on smithi037 2024-04-14T15:41:48.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:41:48.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: Updating smithi193:/etc/ceph/ceph.client.admin.keyring 2024-04-14T15:41:48.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:48.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: Updating smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:41:48.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: Updating smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:41:48.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: Updating smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/config/ceph.client.admin.keyring 2024-04-14T15:41:48.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: Reconfiguring grafana.smithi037 (dependencies changed)... 2024-04-14T15:41:48.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:48 smithi192 ceph-mon[31968]: Reconfiguring daemon grafana.smithi037 on smithi037 2024-04-14T15:41:49.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:49 smithi037 ceph-mon[30640]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:49.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:49 smithi037 ceph-mon[30640]: mgrmap e19: a(active, since 2s), standbys: b 2024-04-14T15:41:49.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:49 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:49.783 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:49 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:49.784 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:49 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:49.863 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:49 smithi193 ceph-mon[32147]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:49.863 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:49 smithi193 ceph-mon[32147]: mgrmap e19: a(active, since 2s), standbys: b 2024-04-14T15:41:49.863 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:49 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:49.863 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:49 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:49.863 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:49 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:49.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:49 smithi192 ceph-mon[31968]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:49.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:49 smithi192 ceph-mon[31968]: mgrmap e19: a(active, since 2s), standbys: b 2024-04-14T15:41:49.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:49 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:49.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:49 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:49.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:49 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:51 smithi037 ceph-mon[30640]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:51.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:51 smithi037 ceph-mon[30640]: mgrmap e20: a(active, since 4s), standbys: b 2024-04-14T15:41:51.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:51 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:51 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:51 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:51 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:51 smithi193 ceph-mon[32147]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:51.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:51 smithi193 ceph-mon[32147]: mgrmap e20: a(active, since 4s), standbys: b 2024-04-14T15:41:51.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:51 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:51 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:51 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:51 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:51 smithi192 ceph-mon[31968]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:51.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:51 smithi192 ceph-mon[31968]: mgrmap e20: a(active, since 4s), standbys: b 2024-04-14T15:41:51.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:51 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:51 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:51 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:51.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:51 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:53.325 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:41:53 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:41:53] "GET /metrics HTTP/1.1" 200 20188 "" "Prometheus/2.43.0" 2024-04-14T15:41:53.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:53 smithi037 ceph-mon[30640]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:53.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:53 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:53.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:53 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:53.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:53 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]: dispatch 2024-04-14T15:41:53.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:53 smithi193 ceph-mon[32147]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:53.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:53 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:53.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:53 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:53.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:53 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]: dispatch 2024-04-14T15:41:53.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:53 smithi192 ceph-mon[31968]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:41:53.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:53 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:53.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:53 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:53.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:53 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]: dispatch 2024-04-14T15:41:54.873 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:54 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi193", "caps": []}]: dispatch 2024-04-14T15:41:54.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:54 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi193", "caps": []}]: dispatch 2024-04-14T15:41:54.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:54 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi193", "caps": []}]: dispatch 2024-04-14T15:41:55.773 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:55 smithi192 ceph-mon[31968]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-14T15:41:55.773 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:55 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:55.773 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:55 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:55.773 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:55 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:55.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:55 smithi193 ceph-mon[32147]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-14T15:41:55.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:55 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:55.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:55 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:55.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:55 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:55.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:55 smithi037 ceph-mon[30640]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-14T15:41:55.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:55 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:55.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:55 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:55.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:55 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.025 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: Reconfiguring alertmanager.smithi193 (dependencies changed)... 2024-04-14T15:41:57.025 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: Reconfiguring daemon alertmanager.smithi193 on smithi193 2024-04-14T15:41:57.025 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.025 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.026 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.026 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.026 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.026 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.026 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.027 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.027 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.090 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: Reconfiguring alertmanager.smithi193 (dependencies changed)... 2024-04-14T15:41:57.090 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: Reconfiguring daemon alertmanager.smithi193 on smithi193 2024-04-14T15:41:57.090 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.090 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.090 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.090 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.090 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.090 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.091 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.091 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.091 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:56 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: Reconfiguring alertmanager.smithi193 (dependencies changed)... 2024-04-14T15:41:57.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: Reconfiguring daemon alertmanager.smithi193 on smithi193 2024-04-14T15:41:57.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:57.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-14T15:41:58.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.133 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:57 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-14T15:41:58.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:57 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-14T15:41:58.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:58.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:57 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:59.525 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:59 smithi193 ceph-mon[32147]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-14T15:41:59.525 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:59 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:59.525 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:59 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:59.525 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:41:59 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:59.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:59 smithi037 ceph-mon[30640]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-14T15:41:59.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:59 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:59.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:59 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:59.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:41:59 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:59.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:59 smithi192 ceph-mon[31968]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-14T15:41:59.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:59 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:59.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:59 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:41:59.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:41:59 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.038 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-14T15:42:02.038 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.038 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.039 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.039 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:02.039 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.039 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.039 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-14T15:42:02.039 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-04-14T15:42:02.040 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.040 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-14T15:42:02.040 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi193.front.sepia.ceph.com:9093"}]: dispatch 2024-04-14T15:42:02.040 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.041 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:42:02.041 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:42:02.041 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:42:02.041 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.041 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Bus STOPPING 2024-04-14T15:42:02.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-14T15:42:02.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Bus STOPPED 2024-04-14T15:42:02.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Bus STARTING 2024-04-14T15:42:02.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Serving on http://:::9283 2024-04-14T15:42:02.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Bus STARTED 2024-04-14T15:42:02.134 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Bus STOPPING 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Bus STOPPED 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Bus STARTING 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Serving on http://:::9283 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:42:01] ENGINE Bus STARTED 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi193.front.sepia.ceph.com:9093"}]: dispatch 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-14T15:42:02.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:02.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-14T15:42:02.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-04-14T15:42:02.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-14T15:42:02.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi193.front.sepia.ceph.com:9093"}]: dispatch 2024-04-14T15:42:02.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:42:02.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:42:02.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:42:02.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:02.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:03.082 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:02 smithi193 ceph-mon[32147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-14T15:42:03.082 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:02 smithi193 ceph-mon[32147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-04-14T15:42:03.082 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:02 smithi193 ceph-mon[32147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-14T15:42:03.083 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:02 smithi193 ceph-mon[32147]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi193.front.sepia.ceph.com:9093"}]: dispatch 2024-04-14T15:42:03.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:02 smithi037 ceph-mon[30640]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-14T15:42:03.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:02 smithi037 ceph-mon[30640]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-04-14T15:42:03.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:02 smithi037 ceph-mon[30640]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-14T15:42:03.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:02 smithi037 ceph-mon[30640]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi193.front.sepia.ceph.com:9093"}]: dispatch 2024-04-14T15:42:03.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:02 smithi192 ceph-mon[31968]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-14T15:42:03.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:02 smithi192 ceph-mon[31968]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-04-14T15:42:03.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:02 smithi192 ceph-mon[31968]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-14T15:42:03.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:02 smithi192 ceph-mon[31968]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi193.front.sepia.ceph.com:9093"}]: dispatch 2024-04-14T15:42:03.635 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:03 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:42:03] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-04-14T15:42:04.104 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:03 smithi193 ceph-mon[32147]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-14T15:42:04.105 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:03 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:04.105 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:03 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:04.105 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:03 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:04.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:03 smithi037 ceph-mon[30640]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-14T15:42:04.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:03 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:04.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:03 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:04.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:03 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:04.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:03 smithi192 ceph-mon[31968]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-14T15:42:04.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:03 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:04.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:03 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:04.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:03 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:06.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:05 smithi193 ceph-mon[32147]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-14T15:42:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:05 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:05 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:05 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:06.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:05 smithi037 ceph-mon[30640]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-14T15:42:06.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:06.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:06.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:05 smithi192 ceph-mon[31968]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-14T15:42:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:08.134 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:07 smithi193 ceph-mon[32147]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:08.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:07 smithi037 ceph-mon[30640]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:08.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:07 smithi192 ceph-mon[31968]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:10.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:09 smithi193 ceph-mon[32147]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:10.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:09 smithi037 ceph-mon[30640]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:10.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:09 smithi192 ceph-mon[31968]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:12.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:11 smithi193 ceph-mon[32147]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:12.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:11 smithi037 ceph-mon[30640]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:12.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:11 smithi192 ceph-mon[31968]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:13.570 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:13 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:42:13] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-04-14T15:42:14.091 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:13 smithi037 ceph-mon[30640]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:14.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:13 smithi193 ceph-mon[32147]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:14.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:13 smithi192 ceph-mon[31968]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:15.310 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:15 smithi037 ceph-mon[30640]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:15.311 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:15 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:15.311 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:15 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:15.311 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:15 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:15.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:15 smithi193 ceph-mon[32147]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:15.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:15 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:15.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:15 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:15.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:15 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:15.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:15 smithi192 ceph-mon[31968]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:15.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:15 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:15.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:15 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:15.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:15 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:16.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:16 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:16.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:16 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:16.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:16 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:17.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:17 smithi037 ceph-mon[30640]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:17.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:17 smithi193 ceph-mon[32147]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:17.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:17 smithi192 ceph-mon[31968]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:19.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:19 smithi193 ceph-mon[32147]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:19.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:19 smithi037 ceph-mon[30640]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:19.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:19 smithi192 ceph-mon[31968]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:21.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:21 smithi193 ceph-mon[32147]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:21.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:21 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:21 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:21 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:21 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:21 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:21 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:21 smithi037 ceph-mon[30640]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:21.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:21 smithi192 ceph-mon[31968]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:21.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:21.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:23.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:23 smithi193 ceph-mon[32147]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:23.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:23 smithi037 ceph-mon[30640]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:23.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:23 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:42:23] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-04-14T15:42:23.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:23 smithi192 ceph-mon[31968]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:25.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:25 smithi193 ceph-mon[32147]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:25.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:25 smithi037 ceph-mon[30640]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:25.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:25 smithi192 ceph-mon[31968]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:27.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:27 smithi193 ceph-mon[32147]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:27.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:27 smithi037 ceph-mon[30640]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:27.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:27 smithi192 ceph-mon[31968]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:29.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:29 smithi193 ceph-mon[32147]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:29.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:29 smithi037 ceph-mon[30640]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:29.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:29 smithi192 ceph-mon[31968]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:31.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:31 smithi193 ceph-mon[32147]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:31.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:31 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:31.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:31 smithi037 ceph-mon[30640]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:31.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:31 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:31.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:31 smithi192 ceph-mon[31968]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:31.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:31 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:33.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:33 smithi037 ceph-mon[30640]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:33.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:33 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:42:33] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-14T15:42:33.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:33 smithi193 ceph-mon[32147]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:33.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:33 smithi192 ceph-mon[31968]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:34.480 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:34 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:34.480 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:34 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:34.480 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:34 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:34.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:34 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:34.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:34 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:34.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:34 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:34.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:34 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:34.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:34 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:34.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:34 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:35.505 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:35 smithi037 ceph-mon[30640]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:35.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:35 smithi193 ceph-mon[32147]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:35.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:35 smithi192 ceph-mon[31968]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:37.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:37 smithi037 ceph-mon[30640]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:37.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:37 smithi193 ceph-mon[32147]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:37.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:37 smithi192 ceph-mon[31968]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:39.381 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:39 smithi192 ceph-mon[31968]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:39.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:39 smithi193 ceph-mon[32147]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:39.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:39 smithi037 ceph-mon[30640]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:40.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:40 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:40.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:40 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:40.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:40 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:40.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:40 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:40.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:40 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:40.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:40 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:40.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:40 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:40.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:40 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:40.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:40 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:41.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:41 smithi193 ceph-mon[32147]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:41 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:41 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:41 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:41.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:41 smithi037 ceph-mon[30640]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:41.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:41.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:41.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:41.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:41 smithi192 ceph-mon[31968]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:41.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:41.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:41.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:43.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:43 smithi193 ceph-mon[32147]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:43.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:43 smithi037 ceph-mon[30640]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:43.635 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:43 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:42:43] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.43.0" 2024-04-14T15:42:43.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:43 smithi192 ceph-mon[31968]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:45.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:45 smithi193 ceph-mon[32147]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:45.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:45 smithi037 ceph-mon[30640]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:45.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:45 smithi192 ceph-mon[31968]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:46.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:46.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:46.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:42:47.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:47 smithi193 ceph-mon[32147]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:47.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:47 smithi037 ceph-mon[30640]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:47.651 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:47 smithi192 ceph-mon[31968]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:49.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:49 smithi193 ceph-mon[32147]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:49.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:49 smithi037 ceph-mon[30640]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:49.657 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:49 smithi192 ceph-mon[31968]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:51.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:51 smithi193 ceph-mon[32147]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:51.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:51 smithi037 ceph-mon[30640]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:51.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:51 smithi192 ceph-mon[31968]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:53.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:53 smithi193 ceph-mon[32147]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:53.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:53 smithi037 ceph-mon[30640]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:53.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:42:53 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:42:53] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-04-14T15:42:53.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:53 smithi192 ceph-mon[31968]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:54.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:54 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:54.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:54 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:54.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:54 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:54.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:54 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:54.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:54 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:54.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:54 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:54.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:54 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:54.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:54 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:54.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:54 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:42:55.440 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:55 smithi037 ceph-mon[30640]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:55.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:55 smithi193 ceph-mon[32147]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:55.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:55 smithi192 ceph-mon[31968]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:57.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:57 smithi193 ceph-mon[32147]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:57.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:57 smithi037 ceph-mon[30640]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:57.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:57 smithi192 ceph-mon[31968]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:59.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:42:59 smithi193 ceph-mon[32147]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:59.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:42:59 smithi037 ceph-mon[30640]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:42:59.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:42:59 smithi192 ceph-mon[31968]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:00 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:00 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:00 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:00.798 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:00 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:00.798 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:00 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:00.798 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:00 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:00.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:00 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:00.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:00 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:00.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:00 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:01 smithi192 ceph-mon[31968]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:01.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:01.785 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:01 smithi193 ceph-mon[32147]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:01.785 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:01.786 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:01.786 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:01.786 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:01.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:01 smithi037 ceph-mon[30640]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:01.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:01.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:01.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:01.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:02.881 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:02 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:43:02.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:02 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:43:02.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:02 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:43:02.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:02 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:02.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:02 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:43:02.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:02 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:43:02.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:02 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:43:02.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:02 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:02.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:02 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:43:02.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:02 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:43:02.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:02 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:43:02.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:02 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:03.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:43:03 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:43:03] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-04-14T15:43:04.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:03 smithi193 ceph-mon[32147]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:04.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:03 smithi037 ceph-mon[30640]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:04.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:03 smithi192 ceph-mon[31968]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:06.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:05 smithi193 ceph-mon[32147]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:06.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:05 smithi037 ceph-mon[30640]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:06.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:05 smithi192 ceph-mon[31968]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:08.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:07 smithi193 ceph-mon[32147]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:08.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:07 smithi037 ceph-mon[30640]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:08.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:07 smithi192 ceph-mon[31968]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:10.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:09 smithi193 ceph-mon[32147]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:10.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:09 smithi037 ceph-mon[30640]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:10.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:09 smithi192 ceph-mon[31968]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:12.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:11 smithi193 ceph-mon[32147]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:12.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:11 smithi037 ceph-mon[30640]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:12.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:11 smithi192 ceph-mon[31968]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:13.493 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:43:13 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:43:13] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-04-14T15:43:14.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:13 smithi193 ceph-mon[32147]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:14.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:13 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:14.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:13 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:14.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:13 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:13 smithi037 ceph-mon[30640]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:13 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:13 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:13 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:14.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:13 smithi192 ceph-mon[31968]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:14.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:13 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:14.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:13 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:14.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:13 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:16.069 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:15 smithi037 ceph-mon[30640]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:16.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:15 smithi193 ceph-mon[32147]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:16.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:15 smithi192 ceph-mon[31968]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:17.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:16 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:17.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:16 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:17.310 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:16 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:18.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:17 smithi037 ceph-mon[30640]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:18.140 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:17 smithi192 ceph-mon[31968]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:18.237 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:17 smithi193 ceph-mon[32147]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:20.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:19 smithi192 ceph-mon[31968]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:20.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:19 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:20.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:19 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:20.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:19 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:20.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:19 smithi193 ceph-mon[32147]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:20.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:19 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:20.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:19 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:20.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:19 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:20.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:19 smithi037 ceph-mon[30640]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:20.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:19 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:20.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:19 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:20.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:19 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:22.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:21 smithi192 ceph-mon[31968]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:22.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:22.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:22.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:22.305 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:21 smithi193 ceph-mon[32147]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:22.305 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:21 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:22.305 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:21 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:22.305 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:21 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:22.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:21 smithi037 ceph-mon[30640]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:22.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:22.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:22.385 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:23.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:43:23 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:43:23] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-04-14T15:43:24.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:23 smithi192 ceph-mon[31968]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:24.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:23 smithi193 ceph-mon[32147]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:24.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:23 smithi037 ceph-mon[30640]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:26.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:25 smithi192 ceph-mon[31968]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:26.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:25 smithi193 ceph-mon[32147]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:26.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:25 smithi037 ceph-mon[30640]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:28.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:27 smithi193 ceph-mon[32147]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:28.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:27 smithi192 ceph-mon[31968]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:28.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:27 smithi037 ceph-mon[30640]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:30.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:29 smithi193 ceph-mon[32147]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:30.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:29 smithi037 ceph-mon[30640]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:30.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:29 smithi192 ceph-mon[31968]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:32.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:31 smithi193 ceph-mon[32147]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:32.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:31 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:32.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:31 smithi037 ceph-mon[30640]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:32.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:31 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:32.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:31 smithi192 ceph-mon[31968]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:32.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:31 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:33.620 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:43:33 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:43:33] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-04-14T15:43:34.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:33 smithi193 ceph-mon[32147]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:34.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:33 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:34.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:33 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:34.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:33 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:34.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:33 smithi037 ceph-mon[30640]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:34.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:33 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:34.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:33 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:34.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:33 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:34.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:33 smithi192 ceph-mon[31968]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:34.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:33 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:34.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:33 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:34.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:33 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:36.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:35 smithi193 ceph-mon[32147]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:36.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:35 smithi037 ceph-mon[30640]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:36.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:35 smithi192 ceph-mon[31968]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:37.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:37 smithi037 ceph-mon[30640]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:38.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:37 smithi193 ceph-mon[32147]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:38.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:37 smithi192 ceph-mon[31968]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:40.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:39 smithi193 ceph-mon[32147]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:40.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:39 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:40.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:39 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:40.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:39 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:40.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:39 smithi037 ceph-mon[30640]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:40.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:39 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:40.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:39 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:40.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:39 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:40.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:39 smithi192 ceph-mon[31968]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:40.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:39 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:40.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:39 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:40.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:39 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:42.270 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:41 smithi192 ceph-mon[31968]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:42.270 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:42.270 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:42.270 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:42.295 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:41 smithi193 ceph-mon[32147]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:42.295 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:41 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:42.295 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:41 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:42.295 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:41 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:42.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:41 smithi037 ceph-mon[30640]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:42.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:42.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:42.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:43.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:43:43 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:43:43] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-04-14T15:43:44.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:43 smithi193 ceph-mon[32147]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:44.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:43 smithi037 ceph-mon[30640]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:44.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:43 smithi192 ceph-mon[31968]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:46.186 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:45 smithi037 ceph-mon[30640]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:46.207 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:45 smithi192 ceph-mon[31968]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:46.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:45 smithi193 ceph-mon[32147]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:47.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:47.283 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:47.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:43:48.304 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:47 smithi193 ceph-mon[32147]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:48.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:47 smithi037 ceph-mon[30640]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:48.392 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:47 smithi192 ceph-mon[31968]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:50.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:49 smithi193 ceph-mon[32147]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:50.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:49 smithi037 ceph-mon[30640]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:50.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:49 smithi192 ceph-mon[31968]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:52.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:51 smithi193 ceph-mon[32147]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:52.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:51 smithi037 ceph-mon[30640]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:52.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:51 smithi192 ceph-mon[31968]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:53.639 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:43:53 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:43:53] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-04-14T15:43:54.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:53 smithi037 ceph-mon[30640]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:54.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:53 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:54.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:53 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:54.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:53 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:54.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:53 smithi193 ceph-mon[32147]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:54.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:53 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:54.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:53 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:54.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:53 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:54.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:53 smithi192 ceph-mon[31968]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:54.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:53 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:54.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:53 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:54.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:53 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:43:55.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:55 smithi193 ceph-mon[32147]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:55.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:55 smithi037 ceph-mon[30640]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:55.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:55 smithi192 ceph-mon[31968]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:57.256 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:57 smithi037 ceph-mon[30640]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:57.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:57 smithi193 ceph-mon[32147]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:57.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:57 smithi192 ceph-mon[31968]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:59.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:43:59 smithi193 ceph-mon[32147]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:59.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:43:59 smithi037 ceph-mon[30640]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:43:59.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:43:59 smithi192 ceph-mon[31968]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:01.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:00 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:01.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:00 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:01.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:00 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:01.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:00 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:01.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:00 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:01.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:00 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:01.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:00 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:01.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:00 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:01.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:00 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:02.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:01 smithi193 ceph-mon[32147]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:02.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:02.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:02.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:02.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:01 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:02.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:01 smithi037 ceph-mon[30640]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:02.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:02.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:02.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:02.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:02.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:01 smithi192 ceph-mon[31968]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:02.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:02.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:02.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:02.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:03.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:02 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:44:03.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:02 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:44:03.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:02 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:44:03.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:02 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:03.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:02 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:44:03.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:02 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:44:03.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:02 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:44:03.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:02 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:03.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:02 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:44:03.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:02 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:44:03.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:02 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:44:03.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:02 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:03.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:44:03 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:44:03] "GET /metrics HTTP/1.1" 200 21464 "" "Prometheus/2.43.0" 2024-04-14T15:44:03.994 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:03 smithi192 ceph-mon[31968]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:04.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:03 smithi193 ceph-mon[32147]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:04.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:03 smithi037 ceph-mon[30640]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:06.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:05 smithi193 ceph-mon[32147]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:06.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:05 smithi037 ceph-mon[30640]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:05 smithi192 ceph-mon[31968]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:08.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:07 smithi193 ceph-mon[32147]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:08.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:07 smithi037 ceph-mon[30640]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:08.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:07 smithi192 ceph-mon[31968]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:10.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:09 smithi193 ceph-mon[32147]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:10.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:09 smithi037 ceph-mon[30640]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:10.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:09 smithi192 ceph-mon[31968]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:12.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:11 smithi193 ceph-mon[32147]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:12.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:11 smithi037 ceph-mon[30640]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:12.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:11 smithi192 ceph-mon[31968]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:13.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:44:13 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:44:13] "GET /metrics HTTP/1.1" 200 21464 "" "Prometheus/2.43.0" 2024-04-14T15:44:14.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:13 smithi193 ceph-mon[32147]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:14.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:13 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:14.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:13 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:14.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:13 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:13 smithi037 ceph-mon[30640]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:13 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:13 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:13 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:14.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:13 smithi192 ceph-mon[31968]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:14.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:13 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:14.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:13 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:14.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:13 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:16.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:15 smithi037 ceph-mon[30640]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:16.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:15 smithi192 ceph-mon[31968]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:16.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:15 smithi193 ceph-mon[32147]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:17.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:16 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:17.283 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:16 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:17.315 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:16 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:18.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:17 smithi192 ceph-mon[31968]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:18.221 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:17 smithi037 ceph-mon[30640]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:18.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:17 smithi193 ceph-mon[32147]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:20.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:19 smithi192 ceph-mon[31968]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:20.283 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:19 smithi037 ceph-mon[30640]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:20.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:19 smithi193 ceph-mon[32147]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:21.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:20 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:21.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:20 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:21.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:20 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:21.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:20 smithi193 ceph-mon[32147]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:21.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:20 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:21.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:20 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:21.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:20 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:21.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:20 smithi037 ceph-mon[30640]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:21.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:20 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:21.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:20 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:21.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:20 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:21.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:20 smithi192 ceph-mon[31968]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:22.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:22 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:22.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:22 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:22.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:22 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:23.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:22 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:23.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:22 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:23.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:22 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:23.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:22 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:23.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:22 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:23.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:22 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:23.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:44:23 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:44:23] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-04-14T15:44:23.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:23 smithi192 ceph-mon[31968]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:24.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:23 smithi193 ceph-mon[32147]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:24.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:23 smithi037 ceph-mon[30640]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:26.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:25 smithi193 ceph-mon[32147]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:26.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:25 smithi037 ceph-mon[30640]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:26.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:25 smithi192 ceph-mon[31968]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:27.984 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:27 smithi193 ceph-mon[32147]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:28.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:27 smithi037 ceph-mon[30640]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:28.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:27 smithi192 ceph-mon[31968]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:30.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:29 smithi193 ceph-mon[32147]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:30.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:29 smithi037 ceph-mon[30640]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:30.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:29 smithi192 ceph-mon[31968]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:32.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:31 smithi193 ceph-mon[32147]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:32.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:31 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:32.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:31 smithi037 ceph-mon[30640]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:32.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:31 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:32.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:31 smithi192 ceph-mon[31968]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:32.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:31 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:33.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:44:33 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:44:33] "GET /metrics HTTP/1.1" 200 21463 "" "Prometheus/2.43.0" 2024-04-14T15:44:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:33 smithi037 ceph-mon[30640]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:34.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:33 smithi193 ceph-mon[32147]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:34.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:33 smithi192 ceph-mon[31968]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:35.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:34 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:35.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:34 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:35.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:34 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:35.382 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:34 smithi193 ceph-mon[32147]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:35.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:34 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:35.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:34 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:35.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:34 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:35.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:34 smithi037 ceph-mon[30640]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:35.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:34 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:35.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:34 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:35.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:34 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:35.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:34 smithi192 ceph-mon[31968]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:37.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:37 smithi193 ceph-mon[32147]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:37.383 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:37 smithi037 ceph-mon[30640]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:37.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:37 smithi192 ceph-mon[31968]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:39.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:39 smithi037 ceph-mon[30640]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:39.381 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:39 smithi193 ceph-mon[32147]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:39.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:39 smithi192 ceph-mon[31968]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:41.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:41 smithi192 ceph-mon[31968]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:41.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:41.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:41.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:41.631 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:41 smithi193 ceph-mon[32147]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:41 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:41 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:41.632 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:41 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:41.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:41 smithi037 ceph-mon[30640]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:41.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:41.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:41.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.082 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:42 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.083 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:42 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.083 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:42 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:42 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:42 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:42 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:42 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:42 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:42 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:43.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:44:43 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:44:43] "GET /metrics HTTP/1.1" 200 21463 "" "Prometheus/2.43.0" 2024-04-14T15:44:44.007 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:43 smithi192 ceph-mon[31968]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:44.084 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:43 smithi193 ceph-mon[32147]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:44.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:43 smithi037 ceph-mon[30640]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:45.727 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch ls 2024-04-14T15:44:45.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:45 smithi193 ceph-mon[32147]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:46.064 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:45 smithi037 ceph-mon[30640]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:46.065 INFO:teuthology.orchestra.run.smithi037.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-14T15:44:46.065 INFO:teuthology.orchestra.run.smithi037.stdout:agent 3/3 12s ago 3m * 2024-04-14T15:44:46.065 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager ?:9093,9094 1/1 5s ago 4m count:1 2024-04-14T15:44:46.065 INFO:teuthology.orchestra.run.smithi037.stdout:grafana ?:3000 1/1 12s ago 4m count:1 2024-04-14T15:44:46.065 INFO:teuthology.orchestra.run.smithi037.stdout:mgr 2/2 12s ago 6m smithi037=a;smithi192=b;count:2 2024-04-14T15:44:46.065 INFO:teuthology.orchestra.run.smithi037.stdout:mon 3/3 12s ago 6m smithi037:172.21.15.37=a;smithi192:172.21.15.192=b;smithi193:172.21.15.193=c;count:3 2024-04-14T15:44:46.065 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter ?:9100 3/3 12s ago 4m * 2024-04-14T15:44:46.065 INFO:teuthology.orchestra.run.smithi037.stdout:osd 3 12s ago - 2024-04-14T15:44:46.065 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus ?:9095 1/1 4s ago 4m count:1 2024-04-14T15:44:46.077 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch ps 2024-04-14T15:44:46.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:45 smithi192 ceph-mon[31968]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:46.404 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-14T15:44:46.404 INFO:teuthology.orchestra.run.smithi037.stdout:agent.smithi037 smithi037 running 12s ago 7m - - 2024-04-14T15:44:46.404 INFO:teuthology.orchestra.run.smithi037.stdout:agent.smithi192 smithi192 running 4s ago 6m - - 2024-04-14T15:44:46.404 INFO:teuthology.orchestra.run.smithi037.stdout:agent.smithi193 smithi193 running 6s ago 6m - - 2024-04-14T15:44:46.404 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi193 smithi193 *:9093,9094 running (2m) 6s ago 3m 26.8M - 0.25.0 c8568f914cd2 b610b33afcb5 2024-04-14T15:44:46.404 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi037 smithi037 *:3000 running (2m) 12s ago 3m 82.1M - 9.4.12 2bacad6d85d8 7d13fef61891 2024-04-14T15:44:46.404 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.a smithi037 *:9283,8765 running (8m) 12s ago 8m 505M - 19.0.0-2778-ga971fd5f b96c509eef84 64d78e6a3a8d 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.b smithi192 *:8443,8765 running (6m) 4s ago 6m 450M - 19.0.0-2778-ga971fd5f b96c509eef84 353028af01c5 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:mon.a smithi037 running (8m) 12s ago 8m 51.0M 2048M 19.0.0-2778-ga971fd5f b96c509eef84 75671382ce5d 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:mon.b smithi192 running (6m) 4s ago 6m 40.4M 2048M 19.0.0-2778-ga971fd5f b96c509eef84 7bccb10cb457 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:mon.c smithi193 running (6m) 6s ago 6m 40.1M 2048M 19.0.0-2778-ga971fd5f b96c509eef84 2172bb2608f5 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 *:9100 running (3m) 12s ago 3m 16.0M - 1.5.0 0da6a335fe13 2a72907c7ed1 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi192 smithi192 *:9100 running (3m) 4s ago 3m 15.5M - 1.5.0 0da6a335fe13 91eef6752e87 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi193 smithi193 *:9100 running (3m) 6s ago 3m 16.1M - 1.5.0 0da6a335fe13 dd1fb9f741ea 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (5m) 12s ago 5m 37.1M 4096M 19.0.0-2778-ga971fd5f b96c509eef84 c5869cb5b27a 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi192 running (5m) 4s ago 5m 46.8M 4096M 19.0.0-2778-ga971fd5f b96c509eef84 93f935fab7c3 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi193 running (4m) 6s ago 4m 40.0M 4096M 19.0.0-2778-ga971fd5f b96c509eef84 4672cc5a321f 2024-04-14T15:44:46.405 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi192 smithi192 *:9095 running (3m) 4s ago 3m 54.5M - 2.43.0 a07b618ecd1d e070dacae3a7 2024-04-14T15:44:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch host ls 2024-04-14T15:44:46.735 INFO:teuthology.orchestra.run.smithi037.stdout:HOST ADDR LABELS STATUS 2024-04-14T15:44:46.735 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 172.21.15.37 2024-04-14T15:44:46.735 INFO:teuthology.orchestra.run.smithi037.stdout:smithi192 172.21.15.192 2024-04-14T15:44:46.735 INFO:teuthology.orchestra.run.smithi037.stdout:smithi193 172.21.15.193 2024-04-14T15:44:46.735 INFO:teuthology.orchestra.run.smithi037.stdout:3 hosts in cluster 2024-04-14T15:44:46.750 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-14T15:44:46.750 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r 'last | .daemon_name' 2024-04-14T15:44:47.086 INFO:teuthology.orchestra.run.smithi037.stderr:+ MON_DAEMON=mon.c 2024-04-14T15:44:47.086 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:47.087 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-14T15:44:47.087 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -e '.[]' 2024-04-14T15:44:47.087 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r .hostname 2024-04-14T15:44:47.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:46 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:47.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:44:47.425 INFO:teuthology.orchestra.run.smithi037.stderr:+ GRAFANA_HOST=smithi037 2024-04-14T15:44:47.425 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-14T15:44:47.425 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -e '.[]' 2024-04-14T15:44:47.426 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r .hostname 2024-04-14T15:44:47.762 INFO:teuthology.orchestra.run.smithi037.stderr:+ PROM_HOST=smithi192 2024-04-14T15:44:47.762 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-14T15:44:47.762 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -e '.[]' 2024-04-14T15:44:47.762 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r .hostname 2024-04-14T15:44:48.098 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:47 smithi037 ceph-mon[30640]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:48.098 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:47 smithi037 ceph-mon[30640]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:44:48.098 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:47 smithi037 ceph-mon[30640]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:44:48.098 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:47 smithi037 ceph-mon[30640]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:44:48.101 INFO:teuthology.orchestra.run.smithi037.stderr:+ ALERTM_HOST=smithi193 2024-04-14T15:44:48.101 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch host ls -f json 2024-04-14T15:44:48.101 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r --arg GRAFANA_HOST smithi037 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-14T15:44:48.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:47 smithi193 ceph-mon[32147]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:48.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:47 smithi193 ceph-mon[32147]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:44:48.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:47 smithi193 ceph-mon[32147]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:44:48.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:47 smithi193 ceph-mon[32147]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:44:48.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:47 smithi192 ceph-mon[31968]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:48.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:47 smithi192 ceph-mon[31968]: from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:44:48.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:47 smithi192 ceph-mon[31968]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:44:48.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:47 smithi192 ceph-mon[31968]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:44:48.437 INFO:teuthology.orchestra.run.smithi037.stderr:+ GRAFANA_IP=172.21.15.37 2024-04-14T15:44:48.437 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch host ls -f json 2024-04-14T15:44:48.437 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r --arg PROM_HOST smithi192 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-14T15:44:48.777 INFO:teuthology.orchestra.run.smithi037.stderr:+ PROM_IP=172.21.15.192 2024-04-14T15:44:48.777 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch host ls -f json 2024-04-14T15:44:48.777 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r --arg ALERTM_HOST smithi193 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-14T15:44:49.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:48 smithi037 ceph-mon[30640]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:49.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:48 smithi037 ceph-mon[30640]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:49.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:48 smithi037 ceph-mon[30640]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:49.129 INFO:teuthology.orchestra.run.smithi037.stderr:+ ALERTM_IP=172.21.15.193 2024-04-14T15:44:49.129 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch host ls -f json 2024-04-14T15:44:49.129 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r '.[] | .addr' 2024-04-14T15:44:49.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:48 smithi193 ceph-mon[32147]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:49.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:48 smithi193 ceph-mon[32147]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:49.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:48 smithi193 ceph-mon[32147]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:49.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:48 smithi192 ceph-mon[31968]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:49.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:48 smithi192 ceph-mon[31968]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:49.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:48 smithi192 ceph-mon[31968]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:49.478 INFO:teuthology.orchestra.run.smithi037.stderr:+ ALL_HOST_IPS='172.21.15.37 2024-04-14T15:44:49.478 INFO:teuthology.orchestra.run.smithi037.stderr:172.21.15.192 2024-04-14T15:44:49.478 INFO:teuthology.orchestra.run.smithi037.stderr:172.21.15.193' 2024-04-14T15:44:49.479 INFO:teuthology.orchestra.run.smithi037.stderr:+ for ip in $ALL_HOST_IPS 2024-04-14T15:44:49.479 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.37:9100/metric 2024-04-14T15:44:49.481 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:44:49.481 INFO:teuthology.orchestra.run.smithi037.stdout: Node Exporter 2024-04-14T15:44:49.481 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:44:49.481 INFO:teuthology.orchestra.run.smithi037.stdout:

Node Exporter

2024-04-14T15:44:49.481 INFO:teuthology.orchestra.run.smithi037.stdout:

Metrics

2024-04-14T15:44:49.482 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:44:49.482 INFO:teuthology.orchestra.run.smithi037.stderr:+ for ip in $ALL_HOST_IPS 2024-04-14T15:44:49.482 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.192:9100/metric 2024-04-14T15:44:49.484 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:44:49.485 INFO:teuthology.orchestra.run.smithi037.stdout: Node Exporter 2024-04-14T15:44:49.485 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:44:49.485 INFO:teuthology.orchestra.run.smithi037.stdout:

Node Exporter

2024-04-14T15:44:49.485 INFO:teuthology.orchestra.run.smithi037.stdout:

Metrics

2024-04-14T15:44:49.485 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:44:49.485 INFO:teuthology.orchestra.run.smithi037.stderr:+ for ip in $ALL_HOST_IPS 2024-04-14T15:44:49.485 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.193:9100/metric 2024-04-14T15:44:49.488 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:44:49.488 INFO:teuthology.orchestra.run.smithi037.stdout: Node Exporter 2024-04-14T15:44:49.488 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:44:49.488 INFO:teuthology.orchestra.run.smithi037.stdout:

Node Exporter

2024-04-14T15:44:49.488 INFO:teuthology.orchestra.run.smithi037.stdout:

Metrics

2024-04-14T15:44:49.488 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-04-14T15:44:49.488 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -k -s https://172.21.15.37:3000/api/health 2024-04-14T15:44:49.499 INFO:teuthology.orchestra.run.smithi037.stdout: { 2024-04-14T15:44:49.499 INFO:teuthology.orchestra.run.smithi037.stdout: "commit": "37ee25ba46", 2024-04-14T15:44:49.500 INFO:teuthology.orchestra.run.smithi037.stdout: "database": "ok", 2024-04-14T15:44:49.500 INFO:teuthology.orchestra.run.smithi037.stdout: "version": "9.4.12" 2024-04-14T15:44:49.500 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -k -s https://172.21.15.37:3000/api/health 2024-04-14T15:44:49.500 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq -e '.database == "ok"' 2024-04-14T15:44:49.512 INFO:teuthology.orchestra.run.smithi037.stdout:}true 2024-04-14T15:44:49.514 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch daemon stop mon.c 2024-04-14T15:44:49.846 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled to stop mon.c on host 'smithi193' 2024-04-14T15:44:49.862 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 120 2024-04-14T15:44:50.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:49 smithi193 ceph-mon[32147]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:50.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:49 smithi193 ceph-mon[32147]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:50.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:49 smithi193 ceph-mon[32147]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:50.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:49 smithi193 ceph-mon[32147]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:50.132 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:49 smithi193 ceph-mon[32147]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:50.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:49 smithi037 ceph-mon[30640]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:50.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:49 smithi037 ceph-mon[30640]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:50.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:49 smithi037 ceph-mon[30640]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:50.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:49 smithi037 ceph-mon[30640]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:50.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:44:49 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:50.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:49 smithi192 ceph-mon[31968]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:44:50.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:49 smithi192 ceph-mon[31968]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:50.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:49 smithi192 ceph-mon[31968]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:50.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:49 smithi192 ceph-mon[31968]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:44:50.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:44:49 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:44:50.847 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:50 smithi193 systemd[1]: Stopping Ceph mon.c for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:44:50.848 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:50 smithi193 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-c[32097]: 2024-04-14T15:44:50.805+0000 7ff7b5db0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -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-14T15:44:50.848 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:50 smithi193 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-c[32097]: 2024-04-14T15:44:50.805+0000 7ff7b5db0700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-14T15:44:51.131 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:50 smithi193 podman[47393]: 2024-04-14 15:44:50.847554275 +0000 UTC m=+0.152519184 container died 2172bb2608f5c45b313ab077d09e0bf324ed67ac64018a575261b1eac957fcee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-c, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-04-14T15:44:51.580 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:51 smithi193 podman[47393]: 2024-04-14 15:44:51.237566818 +0000 UTC m=+0.542531779 container cleanup 2172bb2608f5c45b313ab077d09e0bf324ed67ac64018a575261b1eac957fcee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-c, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=main-a971fd5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-04-14T15:44:51.581 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:51 smithi193 bash[47393]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-c 2024-04-14T15:44:51.581 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:51 smithi193 podman[47412]: 2024-04-14 15:44:51.455282124 +0000 UTC m=+0.610704418 container remove 2172bb2608f5c45b313ab077d09e0bf324ed67ac64018a575261b1eac957fcee (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-c, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-04-14T15:44:51.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:51 smithi193 systemd[1]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-14T15:44:51.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:51 smithi193 systemd[1]: Stopped Ceph mon.c for 954e4e0a-fa74-11ee-bc8e-c7b262605968. 2024-04-14T15:44:51.882 INFO:journalctl@ceph.mon.c.smithi193.stdout:Apr 14 15:44:51 smithi193 systemd[1]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.c.service: Consumed 4.443s CPU time. 2024-04-14T15:44:53.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:44:53 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:44:53] "GET /metrics HTTP/1.1" 200 21462 "" "Prometheus/2.43.0" 2024-04-14T15:45:03.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:45:03 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:45:03] "GET /metrics HTTP/1.1" 200 21462 "" "Prometheus/2.43.0" 2024-04-14T15:45:04.930 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:04 smithi192 ceph-mon[31968]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:45:04.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:04 smithi192 ceph-mon[31968]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:45:04.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:04 smithi192 ceph-mon[31968]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:45:04.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:04 smithi192 ceph-mon[31968]: Schedule stop daemon mon.c 2024-04-14T15:45:04.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:04 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:04.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:04 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:45:04.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:04 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:45:04.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:04 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:45:04.931 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:04 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:05.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:04 smithi037 ceph-mon[30640]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:45:05.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:04 smithi037 ceph-mon[30640]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-14T15:45:05.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:04 smithi037 ceph-mon[30640]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-14T15:45:05.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:04 smithi037 ceph-mon[30640]: Schedule stop daemon mon.c 2024-04-14T15:45:05.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:04 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:05.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:04 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:45:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:04 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:45:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:04 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:45:05.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:04 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: mon.b calling monitor election 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: mon.a calling monitor election 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: monmap epoch 3 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: last_changed 2024-04-14T15:38:27.626695+0000 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: created 2024-04-14T15:36:23.832921+0000 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: min_mon_release 19 (squid) 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: election_strategy: 1 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: 1: [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon.c 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: 2: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.b 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: fsmap 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: osdmap e23: 3 total, 3 up, 3 in 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: mgrmap e20: a(active, since 3m), standbys: b 2024-04-14T15:45:06.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: mon.c (rank 1) addr [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] is down (out of quorum) 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:45:06.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:45:06.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: mon.b calling monitor election 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: mon.a calling monitor election 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: monmap epoch 3 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:45:06.156 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: last_changed 2024-04-14T15:38:27.626695+0000 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: created 2024-04-14T15:36:23.832921+0000 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: min_mon_release 19 (squid) 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: election_strategy: 1 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: 1: [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon.c 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: 2: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.b 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: fsmap 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: osdmap e23: 3 total, 3 up, 3 in 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: mgrmap e20: a(active, since 3m), standbys: b 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: mon.c (rank 1) addr [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] is down (out of quorum) 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:06.159 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:08.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:07 smithi037 ceph-mon[30640]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:08.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:07 smithi192 ceph-mon[31968]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:10.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:09 smithi037 ceph-mon[30640]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:10.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:09 smithi192 ceph-mon[31968]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:12.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:11 smithi192 ceph-mon[31968]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:12.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:11 smithi037 ceph-mon[30640]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:13.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:45:13 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:45:13] "GET /metrics HTTP/1.1" 200 21457 "" "Prometheus/2.43.0" 2024-04-14T15:45:14.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:13 smithi192 ceph-mon[31968]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:14.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:13 smithi037 ceph-mon[30640]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:16.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:15 smithi192 ceph-mon[31968]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:16.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:15 smithi037 ceph-mon[30640]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:17.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:17 smithi037 ceph-mon[30640]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:17.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:17 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:17.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:17 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:45:17.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:17 smithi192 ceph-mon[31968]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:17.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:17 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:17.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:17 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:45:19.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:19 smithi037 ceph-mon[30640]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:19.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:19 smithi192 ceph-mon[31968]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:21.380 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:21 smithi037 ceph-mon[30640]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:21.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:21 smithi192 ceph-mon[31968]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:22.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:22 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:22 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:22 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:22 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:22 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:22 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:22 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:22 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:22 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:22 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:22 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:22.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:22 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:23.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:23 smithi037 ceph-mon[30640]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:23.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:45:23 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:45:23] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-04-14T15:45:23.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:23 smithi192 ceph-mon[31968]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:25.254 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:25 smithi192 ceph-mon[31968]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:25.254 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:25 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:25.254 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:25 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:25.254 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:25 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:25.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:25 smithi037 ceph-mon[30640]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:25.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:25 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:25.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:25 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:25.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:25 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:27.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:27 smithi037 ceph-mon[30640]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:27.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:27 smithi192 ceph-mon[31968]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:29.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:29 smithi037 ceph-mon[30640]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:29.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:29 smithi192 ceph-mon[31968]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:31.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:31 smithi037 ceph-mon[30640]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:31.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:31 smithi192 ceph-mon[31968]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:32.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:32 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:45:32.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:32 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:45:33.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:33 smithi037 ceph-mon[30640]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:33.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:45:33 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:45:33] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-14T15:45:33.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:33 smithi192 ceph-mon[31968]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:35.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:35 smithi037 ceph-mon[30640]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:35.404 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:35 smithi192 ceph-mon[31968]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:37.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:37 smithi037 ceph-mon[30640]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:37.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:37 smithi192 ceph-mon[31968]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:39.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:39 smithi037 ceph-mon[30640]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:39.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:39 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:39.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:39 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:39.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:39 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:39.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:39 smithi192 ceph-mon[31968]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:39.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:39 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:39.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:39 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:39.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:39 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:41.616 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:41 smithi037 ceph-mon[30640]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:41.616 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:41.616 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:41.616 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:41.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:41 smithi192 ceph-mon[31968]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:41.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:41.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:41.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:43.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:45:43 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:45:43] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-14T15:45:43.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:43 smithi037 ceph-mon[30640]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:43.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:43 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:43.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:43 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:43.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:43 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:43.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:43 smithi192 ceph-mon[31968]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:43.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:43 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:43.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:43 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:43.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:43 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:45.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:45 smithi037 ceph-mon[30640]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:45.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:45 smithi192 ceph-mon[31968]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:46.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:45:46.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:45:47.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:47 smithi037 ceph-mon[30640]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:47.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:47 smithi192 ceph-mon[31968]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:49.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:49 smithi037 ceph-mon[30640]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:49.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:49 smithi192 ceph-mon[31968]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:51.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:51 smithi037 ceph-mon[30640]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:51.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:51 smithi192 ceph-mon[31968]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:53.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:53 smithi037 ceph-mon[30640]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:53.568 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:45:53 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:45:53] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-04-14T15:45:53.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:53 smithi192 ceph-mon[31968]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:55.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:55 smithi192 ceph-mon[31968]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:55.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:55 smithi037 ceph-mon[30640]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:56.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:56.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:56.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:56 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:56.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:56.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:56.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:56 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:45:57.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:57 smithi037 ceph-mon[30640]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:57.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:57 smithi192 ceph-mon[31968]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:59.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:45:59 smithi037 ceph-mon[30640]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:45:59.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:45:59 smithi192 ceph-mon[31968]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:01.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:01 smithi037 ceph-mon[30640]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:01.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:46:01.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:01.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:01.867 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:01 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:01.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:01 smithi192 ceph-mon[31968]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:01.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:46:01.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:01.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:01.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:01 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:03.299 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:03 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:46:03] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-04-14T15:46:03.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:03 smithi037 ceph-mon[30640]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:03.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:03 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:03.558 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:03 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:03.558 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:03 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:03 smithi192 ceph-mon[31968]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:03 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:03 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:03.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:03 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:05.554 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:05 smithi192 ceph-mon[31968]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:05.554 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:46:05.554 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:46:05.554 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:46:05.554 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:05 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:05.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:05 smithi037 ceph-mon[30640]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:05.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-14T15:46:05.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-14T15:46:05.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-14T15:46:05.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:05 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:07.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:07 smithi192 ceph-mon[31968]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:07.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:07 smithi037 ceph-mon[30640]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:09.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:09 smithi037 ceph-mon[30640]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:09.654 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:09 smithi192 ceph-mon[31968]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:11.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:11 smithi037 ceph-mon[30640]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:11.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:11 smithi192 ceph-mon[31968]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:13.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:13 smithi037 ceph-mon[30640]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:13.634 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:13 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:46:13] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-04-14T15:46:13.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:13 smithi192 ceph-mon[31968]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:15.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:15 smithi037 ceph-mon[30640]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:15.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:15 smithi192 ceph-mon[31968]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:16.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:16 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:16.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:16 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:16.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:16 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:16.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:16 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:46:16.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:16 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:16.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:16 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:16.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:16 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:16.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:16 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:46:17.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:17 smithi037 ceph-mon[30640]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:17.904 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:17 smithi192 ceph-mon[31968]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:19.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:19 smithi037 ceph-mon[30640]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:19.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:19 smithi192 ceph-mon[31968]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:21.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:21 smithi192 ceph-mon[31968]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:21.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:21.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:21.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:21 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:22.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:21 smithi037 ceph-mon[30640]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:22.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:22.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:22.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:21 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:23.428 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:23 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:46:23] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-04-14T15:46:23.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:23 smithi037 ceph-mon[30640]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:23.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:23 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:23.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:23 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:23.684 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:23 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:23.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:23 smithi192 ceph-mon[31968]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:23.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:23 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:23.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:23 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:23.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:23 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:25.820 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:25 smithi192 ceph-mon[31968]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:25.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:25 smithi037 ceph-mon[30640]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:27.725 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:27 smithi192 ceph-mon[31968]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:27.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:27 smithi037 ceph-mon[30640]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:29.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:29 smithi037 ceph-mon[30640]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:29.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:29 smithi192 ceph-mon[31968]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:31.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:31 smithi037 ceph-mon[30640]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:31.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:31 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:46:31.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:31 smithi192 ceph-mon[31968]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:31.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:31 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:46:33.443 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:33 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:46:33] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-04-14T15:46:33.864 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:33 smithi037 ceph-mon[30640]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:33.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:33 smithi192 ceph-mon[31968]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:35.752 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:35 smithi037 ceph-mon[30640]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:35.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:35 smithi192 ceph-mon[31968]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:37.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:36 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:37.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:36 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:37.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:36 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:37.154 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:36 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:37.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:36 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:37.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:36 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:38.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:37 smithi037 ceph-mon[30640]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:38.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:37 smithi192 ceph-mon[31968]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:40.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:39 smithi037 ceph-mon[30640]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:40.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:39 smithi192 ceph-mon[31968]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:42.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:41 smithi037 ceph-mon[30640]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:42.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:42.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:42.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:41 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:42.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:41 smithi192 ceph-mon[31968]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:42.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:42.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:42.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:41 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:43.306 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:43 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:46:43] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-04-14T15:46:43.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:43 smithi037 ceph-mon[30640]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:43.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:43 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:43.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:43 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:43.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:43 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:43.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:43 smithi192 ceph-mon[31968]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:43.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:43 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:43.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:43 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:43.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:43 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' 2024-04-14T15:46:45.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:45 smithi037 ceph-mon[30640]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:45.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:45 smithi192 ceph-mon[31968]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:46.751 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:46 smithi192 ceph-mon[31968]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:46:46.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:46 smithi037 ceph-mon[30640]: from='mgr.14403 172.21.15.37:0/496867833' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-14T15:46:47.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:47 smithi192 ceph-mon[31968]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:47.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:47 smithi037 ceph-mon[30640]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:49.865 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:49 smithi037 ceph-mon[30640]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:49.866 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.192:9095/api/v1/status/config 2024-04-14T15:46:49.871 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.192:9095/api/v1/status/config 2024-04-14T15:46:49.871 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq -e '.status == "success"' 2024-04-14T15:46:49.875 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 954e4e0a-fa74-11ee-bc8e-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.37:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 954e4e0a-fa74-11ee-bc8e-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.37:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 954e4e0a-fa74-11ee-bc8e-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.37:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 954e4e0a-fa74-11ee-bc8e-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.37:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.37:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-04-14T15:46:49.875 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.192:9095/api/v1/alerts 2024-04-14T15:46:49.880 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.192:9095/api/v1/alerts 2024-04-14T15:46:49.880 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-14T15:46:49.883 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"954e4e0a-fa74-11ee-bc8e-c7b262605968","instance":"smithi037:9283","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-04-14T15:45:30.13866993Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi193","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-14T15:45:30.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi193\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-14T15:45:30.084118673Z","value":"1e+00"}]}}true 2024-04-14T15:46:49.884 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.193:9093/api/v1/status 2024-04-14T15:46:49.888 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.193:9093/api/v1/alerts 2024-04-14T15:46:49.892 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.193:9093/api/v1/alerts 2024-04-14T15:46:49.892 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-14T15:46:49.895 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi037.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi192.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi037.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi192.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-04-14T15:42:01.478042684Z","clusterStatus":{"name":"01HVEMBHR50CQCXTYMQBGTVHEZ","status":"ready","peers":[{"name":"01HVEMBHR50CQCXTYMQBGTVHEZ","address":"172.21.15.193:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"954e4e0a-fa74-11ee-bc8e-c7b262605968","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi193\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-14T15:46:00.084Z","endsAt":"2024-04-14T15:50:00.084Z","generatorURL":"http://smithi192.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"41815576f875462e"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"954e4e0a-fa74-11ee-bc8e-c7b262605968","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi193","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-14T15:46:00.084Z","endsAt":"2024-04-14T15:50:00.084Z","generatorURL":"http://smithi192.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"a090fefa031c3981"}]}true 2024-04-14T15:46:49.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:49 smithi192 ceph-mon[31968]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-14T15:46:50.554 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-14T15:46:50.565 INFO:tasks.cephadm:Teardown begin 2024-04-14T15:46:50.565 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T15:46:50.599 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T15:46:50.636 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T15:46:50.674 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-14T15:46:50.674 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-14T15:46:50.691 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-14T15:46:50.708 DEBUG:teuthology.orchestra.run.smithi193:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-14T15:46:50.731 INFO:tasks.cephadm:Stopping all daemons... 2024-04-14T15:46:50.731 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-14T15:46:50.731 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.a 2024-04-14T15:46:51.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:50 smithi037 systemd[1]: Stopping Ceph mon.a for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:46:51.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a[30616]: 2024-04-14T15:46:51.049+0000 7f0c602ef700 -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-14T15:46:51.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a[30616]: 2024-04-14T15:46:51.049+0000 7f0c602ef700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-14T15:46:51.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:51 smithi037 podman[58246]: 2024-04-14 15:46:51.295239428 +0000 UTC m=+0.370595265 container died 75671382ce5dbffa3da4826668137b91d446e8dae6f1541b7c72cb8771473a44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, RELEASE=main-a971fd5, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0) 2024-04-14T15:46:51.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:46:51] ENGINE Bus STOPPING 2024-04-14T15:46:51.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:46:51] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-14T15:46:51.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:46:51] ENGINE Bus STOPPED 2024-04-14T15:46:51.384 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:46:51] ENGINE Bus STARTING 2024-04-14T15:46:51.385 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:46:51] ENGINE Serving on http://:::9283 2024-04-14T15:46:51.385 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:51 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: [14/Apr/2024:15:46:51] ENGINE Bus STARTED 2024-04-14T15:46:51.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:51 smithi037 podman[58246]: 2024-04-14 15:46:51.664268809 +0000 UTC m=+0.739624646 container cleanup 75671382ce5dbffa3da4826668137b91d446e8dae6f1541b7c72cb8771473a44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True) 2024-04-14T15:46:51.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Apr 14 15:46:51 smithi037 bash[58246]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-a 2024-04-14T15:46:52.086 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.a.service' 2024-04-14T15:46:52.136 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T15:46:52.136 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-14T15:46:52.136 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-14T15:46:52.137 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.b 2024-04-14T15:46:52.450 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:52 smithi192 systemd[1]: Stopping Ceph mon.b for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:46:52.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:52 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-b[31945]: 2024-04-14T15:46:52.449+0000 7f07285ad700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -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-14T15:46:52.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:52 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-b[31945]: 2024-04-14T15:46:52.449+0000 7f07285ad700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-14T15:46:52.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:52 smithi192 podman[47220]: 2024-04-14 15:46:52.675176294 +0000 UTC m=+0.344619926 container died 7bccb10cb4572821552817a4d75e27bfb19d2fc562bc9420e64fba9f55ec4c4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-b, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-04-14T15:46:53.181 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:53 smithi192 podman[47220]: 2024-04-14 15:46:53.005506807 +0000 UTC m=+0.674950472 container cleanup 7bccb10cb4572821552817a4d75e27bfb19d2fc562bc9420e64fba9f55ec4c4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-b, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0) 2024-04-14T15:46:53.181 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:53 smithi192 bash[47220]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-b 2024-04-14T15:46:53.429 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.b.service' 2024-04-14T15:46:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:53 smithi192 podman[47239]: 2024-04-14 15:46:53.181500355 +0000 UTC m=+0.506353737 container remove 7bccb10cb4572821552817a4d75e27bfb19d2fc562bc9420e64fba9f55ec4c4f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mon-b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T15:46:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:53 smithi192 systemd[1]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.b.service: Deactivated successfully. 2024-04-14T15:46:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:53 smithi192 systemd[1]: Stopped Ceph mon.b for 954e4e0a-fa74-11ee-bc8e-c7b262605968. 2024-04-14T15:46:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Apr 14 15:46:53 smithi192 systemd[1]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.b.service: Consumed 5.197s CPU time. 2024-04-14T15:46:53.479 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T15:46:53.479 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-14T15:46:53.479 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-14T15:46:53.479 DEBUG:teuthology.orchestra.run.smithi193:> sudo systemctl stop ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.c 2024-04-14T15:46:53.518 DEBUG:teuthology.orchestra.run.smithi193:> sudo pkill -f 'journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mon.c.service' 2024-04-14T15:46:53.608 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T15:46:53.609 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-14T15:46:53.609 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-14T15:46:53.609 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.a 2024-04-14T15:46:53.633 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:53 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: ::ffff:172.21.15.192 - - [14/Apr/2024:15:46:53] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-04-14T15:46:53.921 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:53 smithi037 systemd[1]: Stopping Ceph mgr.a for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:46:54.220 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:53 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a[30891]: 2024-04-14T15:46:53.920+0000 7f9d23dd1700 -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-14T15:46:54.220 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:53 smithi037 podman[58388]: 2024-04-14 15:46:53.951951912 +0000 UTC m=+0.150165138 container died 64d78e6a3a8d452eeeb3623a8a88d1dac4d60a40646217066500ac0ce1f5aa5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240403, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-04-14T15:46:54.538 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:54 smithi037 podman[58388]: 2024-04-14 15:46:54.418086725 +0000 UTC m=+0.616299950 container cleanup 64d78e6a3a8d452eeeb3623a8a88d1dac4d60a40646217066500ac0ce1f5aa5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-04-14T15:46:54.539 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:54 smithi037 bash[58388]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a 2024-04-14T15:46:54.807 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Apr 14 15:46:54 smithi037 podman[58428]: 2024-04-14 15:46:54.66945291 +0000 UTC m=+0.711818509 container remove 64d78e6a3a8d452eeeb3623a8a88d1dac4d60a40646217066500ac0ce1f5aa5f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a971fd5f5719038c70b817bafacd6d5400b1d888, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-a, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=main-a971fd5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS) 2024-04-14T15:46:54.819 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.a.service' 2024-04-14T15:46:54.900 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T15:46:54.900 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-14T15:46:54.900 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-14T15:46:54.900 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.b 2024-04-14T15:46:55.209 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:46:54 smithi192 systemd[1]: Stopping Ceph mgr.b for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:46:55.485 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:46:55 smithi192 podman[47350]: 2024-04-14 15:46:55.209733186 +0000 UTC m=+0.111219183 container died 353028af01c5a6966dfb292e0992d35f935d5f1fd386ac45d2e84aa87d97a19a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=main-a971fd5, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-04-14T15:46:55.827 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:46:55 smithi192 podman[47350]: 2024-04-14 15:46:55.559072844 +0000 UTC m=+0.460558854 container cleanup 353028af01c5a6966dfb292e0992d35f935d5f1fd386ac45d2e84aa87d97a19a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=main-a971fd5, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.license=GPLv2) 2024-04-14T15:46:55.827 INFO:journalctl@ceph.mgr.b.smithi192.stdout:Apr 14 15:46:55 smithi192 bash[47350]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-mgr-b 2024-04-14T15:46:55.927 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@mgr.b.service' 2024-04-14T15:46:55.963 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T15:46:55.963 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-14T15:46:55.964 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-14T15:46:55.964 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@osd.0 2024-04-14T15:46:56.384 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:46:56 smithi037 systemd[1]: Stopping Ceph osd.0 for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:46:56.884 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:46:56 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0[43202]: 2024-04-14T15:46:56.553+0000 7fa384aba700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -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-14T15:46:56.884 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:46:56 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0[43202]: 2024-04-14T15:46:56.553+0000 7fa384aba700 -1 osd.0 23 *** Got signal Terminated *** 2024-04-14T15:46:56.884 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:46:56 smithi037 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0[43202]: 2024-04-14T15:46:56.553+0000 7fa384aba700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-14T15:47:02.173 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:01 smithi037 podman[58862]: 2024-04-14 15:47:01.891260146 +0000 UTC m=+5.469882726 container died c5869cb5b27a933f947bbdb6a2b9f08ca74d278a23d047118dd12bc0678bc403 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-a971fd5) 2024-04-14T15:47:02.515 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:02 smithi037 podman[58862]: 2024-04-14 15:47:02.330217337 +0000 UTC m=+5.908839919 container cleanup c5869cb5b27a933f947bbdb6a2b9f08ca74d278a23d047118dd12bc0678bc403 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, org.label-schema.build-date=20240403, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T15:47:02.515 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:02 smithi037 bash[58862]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0 2024-04-14T15:47:02.884 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:02 smithi037 podman[59023]: 2024-04-14 15:47:02.514961777 +0000 UTC m=+0.612868260 container remove c5869cb5b27a933f947bbdb6a2b9f08ca74d278a23d047118dd12bc0678bc403 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_CLEAN=True, RELEASE=main-a971fd5, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-04-14T15:47:03.192 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:02 smithi037 podman[59119]: 2024-04-14 15:47:02.932433569 +0000 UTC m=+0.101217923 container create 926969d399e9a50e63343ed5fbfb872ba31472b30be68a2d9128eaf72f9309ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=main-a971fd5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True) 2024-04-14T15:47:03.193 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:02 smithi037 podman[59119]: 2024-04-14 15:47:02.848994896 +0000 UTC m=+0.017779223 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T15:47:03.193 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:03 smithi037 podman[59119]: 2024-04-14 15:47:03.101295829 +0000 UTC m=+0.270080152 container init 926969d399e9a50e63343ed5fbfb872ba31472b30be68a2d9128eaf72f9309ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-04-14T15:47:03.193 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:03 smithi037 podman[59119]: 2024-04-14 15:47:03.106985182 +0000 UTC m=+0.275769502 container start 926969d399e9a50e63343ed5fbfb872ba31472b30be68a2d9128eaf72f9309ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0-deactivate, RELEASE=main-a971fd5, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240403, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-04-14T15:47:03.193 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:03 smithi037 podman[59119]: 2024-04-14 15:47:03.192520729 +0000 UTC m=+0.361305041 container attach 926969d399e9a50e63343ed5fbfb872ba31472b30be68a2d9128eaf72f9309ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, GIT_BRANCH=HEAD) 2024-04-14T15:47:03.780 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:03 smithi037 podman[59119]: 2024-04-14 15:47:03.521379365 +0000 UTC m=+0.690163679 container died 926969d399e9a50e63343ed5fbfb872ba31472b30be68a2d9128eaf72f9309ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, RELEASE=main-a971fd5, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux ) 2024-04-14T15:47:04.032 INFO:journalctl@ceph.osd.0.smithi037.stdout:Apr 14 15:47:04 smithi037 podman[59179]: 2024-04-14 15:47:04.013649252 +0000 UTC m=+0.591397481 container remove 926969d399e9a50e63343ed5fbfb872ba31472b30be68a2d9128eaf72f9309ce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-0-deactivate, RELEASE=main-a971fd5, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403) 2024-04-14T15:47:04.038 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@osd.0.service' 2024-04-14T15:47:04.080 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T15:47:04.080 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-14T15:47:04.080 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-14T15:47:04.080 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@osd.1 2024-04-14T15:47:04.392 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:04 smithi192 systemd[1]: Stopping Ceph osd.1 for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:47:04.655 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:04 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1[37341]: 2024-04-14T15:47:04.391+0000 7f8793c96700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -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-14T15:47:04.655 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:04 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1[37341]: 2024-04-14T15:47:04.391+0000 7f8793c96700 -1 osd.1 23 *** Got signal Terminated *** 2024-04-14T15:47:04.655 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:04 smithi192 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1[37341]: 2024-04-14T15:47:04.391+0000 7f8793c96700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-14T15:47:10.175 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:09 smithi192 podman[47931]: 2024-04-14 15:47:09.92369808 +0000 UTC m=+5.645898893 container died 93f935fab7c370fa6c032cfc2cd1efe1de2c5497bc17ffdfac8b268f2c5d5413 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1, org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-a971fd5, CEPH_POINT_RELEASE=) 2024-04-14T15:47:10.466 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:10 smithi192 podman[47931]: 2024-04-14 15:47:10.265806212 +0000 UTC m=+5.988007024 container cleanup 93f935fab7c370fa6c032cfc2cd1efe1de2c5497bc17ffdfac8b268f2c5d5413 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1, ceph=True, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=main-a971fd5, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T15:47:10.467 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:10 smithi192 bash[47931]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1 2024-04-14T15:47:10.880 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:10 smithi192 podman[48115]: 2024-04-14 15:47:10.466614866 +0000 UTC m=+0.541923807 container remove 93f935fab7c370fa6c032cfc2cd1efe1de2c5497bc17ffdfac8b268f2c5d5413 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-a971fd5, org.label-schema.vendor=CentOS) 2024-04-14T15:47:11.155 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:10 smithi192 podman[48217]: 2024-04-14 15:47:10.783227184 +0000 UTC m=+0.017764990 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T15:47:11.155 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:10 smithi192 podman[48217]: 2024-04-14 15:47:10.892770756 +0000 UTC m=+0.127308589 container create 90059485c4c616c9803f892ce1e2420cfcdcc1c4e3c49b983c74d2e25d2fb6fe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1-deactivate, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, RELEASE=main-a971fd5, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-04-14T15:47:11.155 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:11 smithi192 podman[48217]: 2024-04-14 15:47:11.095036848 +0000 UTC m=+0.329574640 container init 90059485c4c616c9803f892ce1e2420cfcdcc1c4e3c49b983c74d2e25d2fb6fe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=main-a971fd5, io.buildah.version=1.33.5, org.label-schema.build-date=20240403, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-04-14T15:47:11.155 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:11 smithi192 podman[48217]: 2024-04-14 15:47:11.101074775 +0000 UTC m=+0.335612563 container start 90059485c4c616c9803f892ce1e2420cfcdcc1c4e3c49b983c74d2e25d2fb6fe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-14T15:47:11.655 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:11 smithi192 podman[48217]: 2024-04-14 15:47:11.169684597 +0000 UTC m=+0.404222396 container attach 90059485c4c616c9803f892ce1e2420cfcdcc1c4e3c49b983c74d2e25d2fb6fe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=main-a971fd5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240403, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5) 2024-04-14T15:47:11.655 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:11 smithi192 podman[48217]: 2024-04-14 15:47:11.392615354 +0000 UTC m=+0.627153152 container died 90059485c4c616c9803f892ce1e2420cfcdcc1c4e3c49b983c74d2e25d2fb6fe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1-deactivate, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=main-a971fd5, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240403, org.label-schema.license=GPLv2) 2024-04-14T15:47:11.956 INFO:journalctl@ceph.osd.1.smithi192.stdout:Apr 14 15:47:11 smithi192 podman[48264]: 2024-04-14 15:47:11.939047094 +0000 UTC m=+0.541865128 container remove 90059485c4c616c9803f892ce1e2420cfcdcc1c4e3c49b983c74d2e25d2fb6fe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240403, RELEASE=main-a971fd5, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T15:47:11.962 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@osd.1.service' 2024-04-14T15:47:12.004 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T15:47:12.004 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-14T15:47:12.004 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-14T15:47:12.005 DEBUG:teuthology.orchestra.run.smithi193:> sudo systemctl stop ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@osd.2 2024-04-14T15:47:12.285 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:12 smithi193 systemd[1]: Stopping Ceph osd.2 for 954e4e0a-fa74-11ee-bc8e-c7b262605968... 2024-04-14T15:47:12.631 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:12 smithi193 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2[38327]: 2024-04-14T15:47:12.283+0000 7f0fe78d5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -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-14T15:47:12.631 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:12 smithi193 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2[38327]: 2024-04-14T15:47:12.283+0000 7f0fe78d5700 -1 osd.2 23 *** Got signal Terminated *** 2024-04-14T15:47:12.631 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:12 smithi193 ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2[38327]: 2024-04-14T15:47:12.283+0000 7f0fe78d5700 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-14T15:47:17.874 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:17 smithi193 podman[49698]: 2024-04-14 15:47:17.612931426 +0000 UTC m=+5.425028520 container died 4672cc5a321f6ab95e1b7efa5704d40f1b38f2c45188670c4d187a033ebaace7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=main-a971fd5, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403) 2024-04-14T15:47:18.131 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:17 smithi193 podman[49698]: 2024-04-14 15:47:17.973220346 +0000 UTC m=+5.785317490 container cleanup 4672cc5a321f6ab95e1b7efa5704d40f1b38f2c45188670c4d187a033ebaace7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5) 2024-04-14T15:47:18.132 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:17 smithi193 bash[49698]: ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2 2024-04-14T15:47:18.581 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:18 smithi193 podman[49720]: 2024-04-14 15:47:18.257603659 +0000 UTC m=+0.641633053 container remove 4672cc5a321f6ab95e1b7efa5704d40f1b38f2c45188670c4d187a033ebaace7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=main-a971fd5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True) 2024-04-14T15:47:18.877 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:18 smithi193 podman[49817]: 2024-04-14 15:47:18.48485796 +0000 UTC m=+0.018141644 image pull b96c509eef841460b3271f5fdd331860da87b004524f4ed59414aa3680183b53 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608 2024-04-14T15:47:18.877 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:18 smithi193 podman[49817]: 2024-04-14 15:47:18.591671294 +0000 UTC m=+0.124954976 container create 814ec13d571547740483222627edf637e775c85a5f177bc56a3959bcd16d8022 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240403, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, RELEASE=main-a971fd5, io.buildah.version=1.33.5, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T15:47:18.877 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:18 smithi193 podman[49817]: 2024-04-14 15:47:18.794365633 +0000 UTC m=+0.327649316 container init 814ec13d571547740483222627edf637e775c85a5f177bc56a3959bcd16d8022 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240403, GIT_BRANCH=HEAD, RELEASE=main-a971fd5, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-14T15:47:18.877 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:18 smithi193 podman[49817]: 2024-04-14 15:47:18.799566537 +0000 UTC m=+0.332850227 container start 814ec13d571547740483222627edf637e775c85a5f177bc56a3959bcd16d8022 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2-deactivate, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240403, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=main-a971fd5) 2024-04-14T15:47:18.878 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:18 smithi193 podman[49817]: 2024-04-14 15:47:18.877303533 +0000 UTC m=+0.410587225 container attach 814ec13d571547740483222627edf637e775c85a5f177bc56a3959bcd16d8022 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2-deactivate, ceph=True, maintainer=Guillaume Abrioux , RELEASE=main-a971fd5, GIT_CLEAN=True, org.label-schema.build-date=20240403, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5) 2024-04-14T15:47:19.131 INFO:journalctl@ceph.osd.2.smithi193.stdout:Apr 14 15:47:19 smithi193 podman[49817]: 2024-04-14 15:47:19.088676115 +0000 UTC m=+0.621959789 container died 814ec13d571547740483222627edf637e775c85a5f177bc56a3959bcd16d8022 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:02f0a191d4d693952654c64f93cc9c0152602c0915251b3c94c2c4e32855c608, name=ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240403, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-a971fd5, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-14T15:47:19.656 DEBUG:teuthology.orchestra.run.smithi193:> sudo pkill -f 'journalctl -f -n 0 -u ceph-954e4e0a-fa74-11ee-bc8e-c7b262605968@osd.2.service' 2024-04-14T15:47:19.697 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-14T15:47:19.697 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-14T15:47:19.697 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 --force --keep-logs 2024-04-14T15:47:19.888 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:47:23.593 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 --force --keep-logs 2024-04-14T15:47:23.790 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:47:27.548 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 --force --keep-logs 2024-04-14T15:47:27.739 INFO:teuthology.orchestra.run.smithi193.stdout:Deleting cluster with fsid: 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:47:31.360 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T15:47:31.395 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T15:47:31.428 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-14T15:47:31.459 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-14T15:47:31.461 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/remote/smithi037/crash 2024-04-14T15:47:31.462 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/crash -- . 2024-04-14T15:47:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:tar: /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-14T15:47:31.503 INFO:teuthology.orchestra.run.smithi037.stderr:tar: Error is not recoverable: exiting now 2024-04-14T15:47:31.505 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/remote/smithi192/crash 2024-04-14T15:47:31.506 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/crash -- . 2024-04-14T15:47:31.548 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-14T15:47:31.549 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-04-14T15:47:31.550 DEBUG:teuthology.misc:Transferring archived files from smithi193:/var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/remote/smithi193/crash 2024-04-14T15:47:31.551 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/crash -- . 2024-04-14T15:47:31.590 INFO:teuthology.orchestra.run.smithi193.stderr:tar: /var/lib/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-14T15:47:31.590 INFO:teuthology.orchestra.run.smithi193.stderr:tar: Error is not recoverable: exiting now 2024-04-14T15:47:31.591 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-14T15:47:31.592 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-14T15:47:31.624 INFO:teuthology.orchestra.run.smithi037.stdout:2024-04-14T15:39:04.396297+0000 mon.a (mon.0) 385 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:47:31.624 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-14T15:47:31.625 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[SEC\]' /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-14T15:47:31.697 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]' /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-14T15:47:31.769 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[WRN\]' /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-14T15:47:31.840 INFO:teuthology.orchestra.run.smithi037.stdout:2024-04-14T15:39:04.396297+0000 mon.a (mon.0) 385 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-14T15:47:31.841 INFO:tasks.cephadm:Compressing logs... 2024-04-14T15:47:31.841 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:47:31.883 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:47:31.886 DEBUG:teuthology.orchestra.run.smithi193:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-14T15:47:31.910 INFO:teuthology.orchestra.run.smithi037.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-14T15:47:31.910 INFO:teuthology.orchestra.run.smithi037.stderr:: No such file or directory 2024-04-14T15:47:31.910 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mon.a.log 2024-04-14T15:47:31.910 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.audit.log 2024-04-14T15:47:31.910 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mgr.a.log 2024-04-14T15:47:31.910 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-osd.0.log 2024-04-14T15:47:31.910 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.cephadm.log 2024-04-14T15:47:31.911 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mgr.a.log: /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log 2024-04-14T15:47:31.912 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-volume.log 2024-04-14T15:47:31.912 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log: 83.6% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.cephadm.log.gz 2024-04-14T15:47:31.913 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-volume.log: 90.5% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.audit.log.gz 2024-04-14T15:47:31.913 INFO:teuthology.orchestra.run.smithi037.stderr: 87.6% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log.gz 2024-04-14T15:47:31.918 INFO:teuthology.orchestra.run.smithi193.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-14T15:47:31.918 INFO:teuthology.orchestra.run.smithi193.stderr:: No such file or directory 2024-04-14T15:47:31.918 INFO:teuthology.orchestra.run.smithi193.stderr:gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.audit.log 2024-04-14T15:47:31.918 INFO:teuthology.orchestra.run.smithi193.stderr:gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.cephadm.log 2024-04-14T15:47:31.918 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log 2024-04-14T15:47:31.918 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-osd.2.log 2024-04-14T15:47:31.918 INFO:teuthology.orchestra.run.smithi193.stderr: 82.5% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.cephadm.log.gz 2024-04-14T15:47:31.918 INFO:teuthology.orchestra.run.smithi193.stderr:gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-volume.log 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log: /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mon.c.log 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-volume.log: 81.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mon.c.log: 87.4% 90.6% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log.gz -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.audit.log.gz 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi192.stderr:: No such file or directory 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.audit.log 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-osd.1.log 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.cephadm.log 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log 2024-04-14T15:47:31.919 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mgr.b.log 2024-04-14T15:47:31.920 INFO:teuthology.orchestra.run.smithi192.stderr: 82.5% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.cephadm.log.gz 2024-04-14T15:47:31.920 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-volume.log 2024-04-14T15:47:31.920 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mon.b.log 2024-04-14T15:47:31.920 INFO:teuthology.orchestra.run.smithi192.stderr: 90.7% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.audit.log.gz 2024-04-14T15:47:31.920 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-volume.log: /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mon.b.log: 87.6% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph.log.gz 2024-04-14T15:47:31.920 INFO:teuthology.orchestra.run.smithi192.stderr: 80.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-14T15:47:31.922 INFO:teuthology.orchestra.run.smithi192.stderr: 90.9% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mgr.b.log.gz 2024-04-14T15:47:31.925 INFO:teuthology.orchestra.run.smithi037.stderr: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-14T15:47:31.930 INFO:teuthology.orchestra.run.smithi037.stderr: 91.5% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-volume.log.gz 2024-04-14T15:47:31.933 INFO:teuthology.orchestra.run.smithi193.stderr: 91.6% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-volume.log.gz 2024-04-14T15:47:31.936 INFO:teuthology.orchestra.run.smithi192.stderr: 91.6% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-volume.log.gz 2024-04-14T15:47:31.952 INFO:teuthology.orchestra.run.smithi037.stderr: 93.6% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-osd.0.log.gz 2024-04-14T15:47:31.963 INFO:teuthology.orchestra.run.smithi193.stderr: 93.6% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-osd.2.log.gz 2024-04-14T15:47:31.989 INFO:teuthology.orchestra.run.smithi192.stderr: 93.9% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-osd.1.log.gz 2024-04-14T15:47:31.998 INFO:teuthology.orchestra.run.smithi193.stderr: 92.9% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mon.c.log.gz 2024-04-14T15:47:32.000 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-04-14T15:47:32.000 INFO:teuthology.orchestra.run.smithi193.stderr:real 0m0.100s 2024-04-14T15:47:32.000 INFO:teuthology.orchestra.run.smithi193.stderr:user 0m0.161s 2024-04-14T15:47:32.000 INFO:teuthology.orchestra.run.smithi193.stderr:sys 0m0.026s 2024-04-14T15:47:32.014 INFO:teuthology.orchestra.run.smithi192.stderr: 92.8% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mon.b.log.gz 2024-04-14T15:47:32.016 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-04-14T15:47:32.016 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.116s 2024-04-14T15:47:32.016 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m0.209s 2024-04-14T15:47:32.016 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.033s 2024-04-14T15:47:32.055 INFO:teuthology.orchestra.run.smithi037.stderr: 88.6% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mgr.a.log.gz 2024-04-14T15:47:32.252 INFO:teuthology.orchestra.run.smithi037.stderr: 91.3% -- replaced with /var/log/ceph/954e4e0a-fa74-11ee-bc8e-c7b262605968/ceph-mon.a.log.gz 2024-04-14T15:47:32.253 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-04-14T15:47:32.254 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m0.358s 2024-04-14T15:47:32.254 INFO:teuthology.orchestra.run.smithi037.stderr:user 0m0.566s 2024-04-14T15:47:32.254 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m0.035s 2024-04-14T15:47:32.254 INFO:tasks.cephadm:Archiving logs... 2024-04-14T15:47:32.255 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/remote/smithi037/log 2024-04-14T15:47:32.256 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-14T15:47:32.419 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/remote/smithi192/log 2024-04-14T15:47:32.420 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-14T15:47:32.484 DEBUG:teuthology.misc:Transferring archived files from smithi193:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/remote/smithi193/log 2024-04-14T15:47:32.485 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-14T15:47:32.539 INFO:tasks.cephadm:Removing cluster... 2024-04-14T15:47:32.539 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 --force 2024-04-14T15:47:32.726 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:47:33.013 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 --force 2024-04-14T15:47:33.204 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:47:33.456 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 954e4e0a-fa74-11ee-bc8e-c7b262605968 --force 2024-04-14T15:47:33.639 INFO:teuthology.orchestra.run.smithi193.stdout:Deleting cluster with fsid: 954e4e0a-fa74-11ee-bc8e-c7b262605968 2024-04-14T15:47:33.892 INFO:tasks.cephadm:Removing cephadm ... 2024-04-14T15:47:33.892 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-14T15:47:33.911 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-14T15:47:33.929 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-14T15:47:33.944 INFO:tasks.cephadm:Teardown complete 2024-04-14T15:47:33.945 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-14T15:47:33.957 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-14T15:47:33.957 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-14T15:47:33.960 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-14T15:47:33.972 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-14T15:47:34.090 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-14T15:47:34.099 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-14T15:47:34.100 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T15:47:34.103 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T15:47:34.105 DEBUG:teuthology.orchestra.run.smithi193:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T15:47:34.116 INFO:teuthology.orchestra.run.smithi037.stderr:bash: line 1: ntpq: command not found 2024-04-14T15:47:34.117 INFO:teuthology.orchestra.run.smithi192.stderr:bash: line 1: ntpq: command not found 2024-04-14T15:47:34.118 INFO:teuthology.orchestra.run.smithi193.stderr:bash: line 1: ntpq: command not found 2024-04-14T15:47:34.121 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T15:47:34.121 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2024-04-14T15:47:34.121 INFO:teuthology.orchestra.run.smithi037.stdout:^* hv01.front.sepia.ceph.com 3 6 377 43 +1350us[+1300us] +/- 68ms 2024-04-14T15:47:34.121 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 45 -1532us[-1582us] +/- 57ms 2024-04-14T15:47:34.121 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 +678us[ +629us] +/- 70ms 2024-04-14T15:47:34.122 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:47:34.123 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T15:47:34.123 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-04-14T15:47:34.123 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 44 +1273us[+1273us] +/- 68ms 2024-04-14T15:47:34.123 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv02.front.sepia.ceph.com 3 6 377 44 -1598us[-1554us] +/- 57ms 2024-04-14T15:47:34.123 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 +631us[ +674us] +/- 70ms 2024-04-14T15:47:34.123 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:47:34.124 INFO:teuthology.orchestra.run.smithi193.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T15:47:34.125 INFO:teuthology.orchestra.run.smithi193.stdout:=============================================================================== 2024-04-14T15:47:34.125 INFO:teuthology.orchestra.run.smithi193.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 47 +1324us[+1321us] +/- 68ms 2024-04-14T15:47:34.125 INFO:teuthology.orchestra.run.smithi193.stdout:^* hv02.front.sepia.ceph.com 3 6 377 45 -1548us[-1551us] +/- 57ms 2024-04-14T15:47:34.125 INFO:teuthology.orchestra.run.smithi193.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 +662us[ +659us] +/- 70ms 2024-04-14T15:47:34.125 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T15:47:34.125 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-14T15:47:34.134 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-14T15:47:34.135 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-14T15:47:34.144 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:47:34.247 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:47:34.320 DEBUG:teuthology.orchestra.run.smithi193:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-14T15:47:34.392 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:47:34.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:47:34.426 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:47:34.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:47:34.457 DEBUG:teuthology.orchestra.run.smithi193:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-14T15:47:34.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:47:34.488 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-14T15:47:34.505 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-14T15:47:34.516 INFO:teuthology.task.internal:Duration was 1247.557520 seconds 2024-04-14T15:47:34.516 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-14T15:47:34.527 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-14T15:47:34.527 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-14T15:47:34.530 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-14T15:47:34.532 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-14T15:47:34.573 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T15:47:34.574 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T15:47:34.575 INFO:teuthology.orchestra.run.smithi193.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T15:47:34.946 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-14T15:47:34.946 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2024-04-14T15:47:34.946 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:47:34.969 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-04-14T15:47:34.969 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:47:35.014 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi193.front.sepia.ceph.com 2024-04-14T15:47:35.014 DEBUG:teuthology.orchestra.run.smithi193:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-14T15:47:35.040 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-14T15:47:35.040 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-14T15:47:35.043 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-14T15:47:35.057 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-14T15:47:35.110 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-14T15:47:35.110 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-14T15:47:35.116 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-14T15:47:35.124 DEBUG:teuthology.orchestra.run.smithi193:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-14T15:47:35.323 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-14T15:47:35.334 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-14T15:47:35.335 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-14T15:47:35.361 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-14T15:47:35.388 DEBUG:teuthology.orchestra.run.smithi193:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-14T15:47:35.415 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-14T15:47:35.426 DEBUG:teuthology.orchestra.run.smithi037:> 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-14T15:47:35.428 DEBUG:teuthology.orchestra.run.smithi192:> 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-14T15:47:35.430 DEBUG:teuthology.orchestra.run.smithi193:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-14T15:47:35.451 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2024-04-14T15:47:35.453 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-04-14T15:47:35.480 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = core 2024-04-14T15:47:35.515 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-14T15:47:35.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:47:35.533 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-14T15:47:35.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:47:35.547 DEBUG:teuthology.orchestra.run.smithi193:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-14T15:47:35.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T15:47:35.569 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-14T15:47:35.578 INFO:teuthology.task.internal:Transferring archived files... 2024-04-14T15:47:35.579 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/remote/smithi037 2024-04-14T15:47:35.580 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-14T15:47:35.628 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/remote/smithi192 2024-04-14T15:47:35.628 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-14T15:47:35.671 DEBUG:teuthology.misc:Transferring archived files from smithi193:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107/remote/smithi193 2024-04-14T15:47:35.672 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-14T15:47:35.712 INFO:teuthology.task.internal:Removing archive directory... 2024-04-14T15:47:35.712 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-14T15:47:35.714 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-14T15:47:35.717 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-14T15:47:35.761 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-14T15:47:35.772 INFO:teuthology.task.internal:Not uploading archives. 2024-04-14T15:47:35.772 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-14T15:47:35.783 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-14T15:47:35.783 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-14T15:47:35.786 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-14T15:47:35.789 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-14T15:47:35.797 INFO:teuthology.orchestra.run.smithi037.stdout: 265310 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 14 15:47 /home/ubuntu/cephtest 2024-04-14T15:47:35.801 INFO:teuthology.orchestra.run.smithi192.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 14 15:47 /home/ubuntu/cephtest 2024-04-14T15:47:35.816 INFO:teuthology.orchestra.run.smithi193.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 14 15:47 /home/ubuntu/cephtest 2024-04-14T15:47:35.817 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-14T15:47:35.828 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-14T15:47:35.850 INFO:teuthology.nuke:Checking targets against current locks 2024-04-14T15:47:35.877 DEBUG:teuthology.nuke:shortname: smithi037 2024-04-14T15:47:35.877 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T15:47:35.902 DEBUG:teuthology.nuke:shortname: smithi192 2024-04-14T15:47:35.902 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T15:47:35.906 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107', '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-14 15:18:01.657894', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB4o07gEjsXXOZOgV826pilviczQKpBcYzlYkGaJ8npq05SsDTSz4Aq415sMGlKxnqpWwZjgZk6S6ATsorLHb6U='} 2024-04-14T15:47:35.926 DEBUG:teuthology.nuke:shortname: smithi193 2024-04-14T15:47:35.926 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T15:47:35.930 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107', '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-14 15:18:01.660794', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGJ1oxr65PoIEpTmKt8bRPj5BZN5UeRAePtE0BKl0BuOhh6WjAMQjLVHVkygLpqRUFO8t43YlzhZovF8tdNLlhs='} 2024-04-14T15:47:35.955 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_20:08:14-orch-main-distro-default-smithi/7646107', '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-14 15:18:01.659415', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM22m0jgc4x2ZcckfY72HFzOgOJllYgvYv6sf81CjPPeGSAmH2P/t+ZlBzvJsSnrgsW2OKBXK/GGTWppMOEPPk8='} 2024-04-14T15:47:35.966 INFO:teuthology.orchestra.console.smithi037:Power off 2024-04-14T15:47:35.966 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-14T15:47:35.996 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2024-04-14T15:47:35.996 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:36.013 INFO:teuthology.orchestra.console.smithi192:Power off 2024-04-14T15:47:36.013 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-14T15:47:36.027 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-04-14T15:47:36.038 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2024-04-14T15:47:36.038 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:36.054 INFO:teuthology.orchestra.console.smithi193:Power off 2024-04-14T15:47:36.055 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-14T15:47:36.064 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-14T15:47:36.077 DEBUG:teuthology.orchestra.console.smithi193:power off output: Chassis Power Control: Down/Off 2024-04-14T15:47:36.077 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:36.099 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is on 2024-04-14T15:47:40.028 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:40.065 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:40.100 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:40.138 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-04-14T15:47:40.175 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-04-14T15:47:40.210 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is on 2024-04-14T15:47:44.142 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:44.176 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:44.211 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:44.253 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2024-04-14T15:47:44.286 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2024-04-14T15:47:44.322 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is on 2024-04-14T15:47:44.354 INFO:teuthology.orchestra.console.smithi037:Power off completed 2024-04-14T15:47:44.387 INFO:teuthology.orchestra.console.smithi192:Power off completed 2024-04-14T15:47:48.326 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T15:47:48.436 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is off 2024-04-14T15:47:48.537 INFO:teuthology.orchestra.console.smithi193:Power off completed 2024-04-14T15:47:48.641 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_monitoring_stack_basic} duration: 1247.5575199127197 failure_reason: '"2024-04-14T15:39:04.396297+0000 mon.a (mon.0) 385 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-04-14T15:47:48.642 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-14T15:47:48.727 INFO:teuthology.run:FAIL